From e1e8d058a33f7566f9c565d04b0d8b56f9645c35 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 25 Apr 2018 09:28:54 +0200 Subject: add vendor --- .../golang.org/x/image/font/testdata/CFFTest.otf | Bin 0 -> 2248 bytes .../golang.org/x/image/font/testdata/CFFTest.sfd | 148 ++++++++++++ vendor/golang.org/x/image/font/testdata/README | 2 + .../golang.org/x/image/font/testdata/cmapTest.sfd | 265 +++++++++++++++++++++ .../golang.org/x/image/font/testdata/cmapTest.ttf | Bin 0 -> 2528 bytes .../x/image/font/testdata/fixed/7x13.0000 | Bin 0 -> 3136 bytes .../x/image/font/testdata/fixed/7x13.0100 | Bin 0 -> 3908 bytes .../x/image/font/testdata/fixed/7x13.0200 | Bin 0 -> 3095 bytes .../x/image/font/testdata/fixed/7x13.0300 | Bin 0 -> 2631 bytes .../x/image/font/testdata/fixed/7x13.0400 | Bin 0 -> 3623 bytes .../x/image/font/testdata/fixed/7x13.0500 | Bin 0 -> 2492 bytes .../x/image/font/testdata/fixed/7x13.0E00 | Bin 0 -> 1235 bytes .../x/image/font/testdata/fixed/7x13.1000 | Bin 0 -> 2354 bytes .../x/image/font/testdata/fixed/7x13.1600 | Bin 0 -> 1825 bytes .../x/image/font/testdata/fixed/7x13.1E00 | Bin 0 -> 3713 bytes .../x/image/font/testdata/fixed/7x13.1F00 | Bin 0 -> 3012 bytes .../x/image/font/testdata/fixed/7x13.2000 | Bin 0 -> 2310 bytes .../x/image/font/testdata/fixed/7x13.2100 | Bin 0 -> 3206 bytes .../x/image/font/testdata/fixed/7x13.2200 | Bin 0 -> 3532 bytes .../x/image/font/testdata/fixed/7x13.2300 | Bin 0 -> 1613 bytes .../x/image/font/testdata/fixed/7x13.2400 | Bin 0 -> 1013 bytes .../x/image/font/testdata/fixed/7x13.2500 | Bin 0 -> 2747 bytes .../x/image/font/testdata/fixed/7x13.2600 | Bin 0 -> 1765 bytes .../x/image/font/testdata/fixed/7x13.2700 | Bin 0 -> 1762 bytes .../x/image/font/testdata/fixed/7x13.2800 | Bin 0 -> 1918 bytes .../x/image/font/testdata/fixed/7x13.2A00 | Bin 0 -> 620 bytes .../x/image/font/testdata/fixed/7x13.3000 | Bin 0 -> 569 bytes .../x/image/font/testdata/fixed/7x13.FB00 | Bin 0 -> 912 bytes .../x/image/font/testdata/fixed/7x13.FE00 | Bin 0 -> 387 bytes .../x/image/font/testdata/fixed/7x13.FF00 | Bin 0 -> 1687 bytes .../golang.org/x/image/font/testdata/fixed/README | 9 + .../x/image/font/testdata/fixed/unicode.7x13.font | 68 ++++++ .../golang.org/x/image/font/testdata/glyfTest.sfd | 225 +++++++++++++++++ .../golang.org/x/image/font/testdata/glyfTest.ttf | Bin 0 -> 2136 bytes 34 files changed, 717 insertions(+) create mode 100644 vendor/golang.org/x/image/font/testdata/CFFTest.otf create mode 100644 vendor/golang.org/x/image/font/testdata/CFFTest.sfd create mode 100644 vendor/golang.org/x/image/font/testdata/README create mode 100644 vendor/golang.org/x/image/font/testdata/cmapTest.sfd create mode 100644 vendor/golang.org/x/image/font/testdata/cmapTest.ttf create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0000 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0100 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0200 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0300 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0400 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0500 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.0E00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.1000 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.1600 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.1E00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.1F00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2000 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2100 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2200 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2300 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2400 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2500 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2600 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2700 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2800 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.2A00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.3000 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.FB00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.FE00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/7x13.FF00 create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/README create mode 100644 vendor/golang.org/x/image/font/testdata/fixed/unicode.7x13.font create mode 100644 vendor/golang.org/x/image/font/testdata/glyfTest.sfd create mode 100644 vendor/golang.org/x/image/font/testdata/glyfTest.ttf (limited to 'vendor/golang.org/x/image/font/testdata') diff --git a/vendor/golang.org/x/image/font/testdata/CFFTest.otf b/vendor/golang.org/x/image/font/testdata/CFFTest.otf new file mode 100644 index 0000000..a21738b Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/CFFTest.otf differ diff --git a/vendor/golang.org/x/image/font/testdata/CFFTest.sfd b/vendor/golang.org/x/image/font/testdata/CFFTest.sfd new file mode 100644 index 0000000..6a5b79a --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/CFFTest.sfd @@ -0,0 +1,148 @@ +SplineFontDB: 3.0 +FontName: CFFTest +FullName: CFFTest +FamilyName: CFFTest +Weight: Regular +Copyright: Copyright 2016 The Go Authors. All rights reserved.\nUse of this font is governed by a BSD-style license that can be found at https://golang.org/LICENSE. +Version: 001.000 +ItalicAngle: -11.25 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +LayerCount: 2 +Layer: 0 0 "Back" 1 +Layer: 1 0 "Fore" 0 +XUID: [1021 367 888937226 7862908] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1479626795 +ModificationTime: 1481282599 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 64 32 11 +BeginPrivate: 0 +EndPrivate +TeXData: 1 0 0 346030 173015 115343 0 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 65536 4 + +StartChar: zero +Encoding: 48 48 0 +Width: 600 +VWidth: 0 +HStem: 0 100<248.223 341.575> 700 100<258.425 351.777> +VStem: 100 80<243.925 531.374> 420 80<268.627 556.075> +LayerCount: 2 +Fore +SplineSet +300 700 m 0 + 210 700 180 450 180 300 c 24 + 180 220 220 100 300 100 c 0 + 390 100 420 350 420 500 c 24 + 420 580 380 700 300 700 c 0 +300 800 m 0 + 400 800 500 580 500 400 c 0 + 500 220 400 0 300 0 c 0 + 200 0 100 220 100 400 c 0 + 100 580 200 800 300 800 c 0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: one +Encoding: 49 49 1 +Width: 400 +VWidth: 0 +Flags: W +HStem: 0 21G<100 300> +VStem: 100 200<0 800> +LayerCount: 2 +Fore +SplineSet +100 0 m 25 + 100 800 l 25 + 300 800 l 29 + 300 0 l 29 + 100 0 l 25 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uni4E2D +Encoding: 20013 20013 2 +Width: 600 +VWidth: 0 +Flags: W +VStem: 245 86<641.8 752> +LayerCount: 2 +Fore +SplineSet +141 520 m 25 + 235 562 l 25 + 243 752 l 25 + 331 758 l 25 + 341 592 l 25 + 453 620 l 25 + 463 434 l 25 + 355 414 l 25 + 331 26 l 25 + 245 400 l 25 + 137 356 l 25 + 141 520 l 25 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Q +Encoding: 81 81 3 +Width: 1000 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +657 237 m 0 + 519 615 l 0 + 289 387 l 0 + 657 237 l 0 +792 169 m 1 + 864 83 l 25 + 802 3 l 21 + 722 93 l 1 + 641 18 369 -39 242 93 c 0 + 110 231 71 509 228 673 c 24 + 380 831 645 840 791 665 c 0 + 926 502 867 263 792 169 c 1 +EndSplineSet +Validated: 33 +EndChar +EndChars +EndSplineFont diff --git a/vendor/golang.org/x/image/font/testdata/README b/vendor/golang.org/x/image/font/testdata/README new file mode 100644 index 0000000..d8737d3 --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/README @@ -0,0 +1,2 @@ +CFFTest.sfd is a FontForge file for creating CFFTest.otf, a custom OpenType +font for testing the golang.org/x/image/font/sfnt package's CFF support. diff --git a/vendor/golang.org/x/image/font/testdata/cmapTest.sfd b/vendor/golang.org/x/image/font/testdata/cmapTest.sfd new file mode 100644 index 0000000..34c7cd6 --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/cmapTest.sfd @@ -0,0 +1,265 @@ +SplineFontDB: 3.0 +FontName: cmapTest +FullName: cmapTest +FamilyName: cmapTest +Weight: Regular +Copyright: Copyright 2016 The Go Authors. All rights reserved.\nUse of this font is governed by a BSD-style license that can be found at https://golang.org/LICENSE. +Version: 001.000 +ItalicAngle: -11.25 +UnderlinePosition: -204 +UnderlineWidth: 102 +Ascent: 1638 +Descent: 410 +LayerCount: 2 +Layer: 0 1 "Back" 1 +Layer: 1 1 "Fore" 0 +XUID: [1021 367 888937226 7862908] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1484386143 +ModificationTime: 1486021330 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 184 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 184 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 +Encoding: UnicodeFull +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 126976 32 23 +BeginPrivate: 0 +EndPrivate +TeXData: 1 0 0 346030 173015 115343 0 -1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 1114112 13 + +StartChar: zero +Encoding: 48 48 0 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: one +Encoding: 49 49 1 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: two +Encoding: 50 50 2 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: A +Encoding: 65 65 3 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uni4E2D +Encoding: 20013 20013 4 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: u1F0A1 +Encoding: 127137 127137 5 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ydieresis +Encoding: 255 255 6 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Amacron +Encoding: 256 256 7 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: amacron +Encoding: 257 257 8 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: B +Encoding: 66 66 9 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: a +Encoding: 97 97 10 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: u1F0B1 +Encoding: 127153 127153 11 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: u1F0B2 +Encoding: 127154 127154 12 +Width: 800 +VWidth: 0 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 29,0,-1 + 400 800 l 25,1,-1 + 800 0 l 25,2,-1 + 0 0 l 29,0,-1 +EndSplineSet +Validated: 1 +EndChar +EndChars +EndSplineFont diff --git a/vendor/golang.org/x/image/font/testdata/cmapTest.ttf b/vendor/golang.org/x/image/font/testdata/cmapTest.ttf new file mode 100644 index 0000000..ebe6be2 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/cmapTest.ttf differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0000 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0000 new file mode 100644 index 0000000..9509cdf Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0000 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0100 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0100 new file mode 100644 index 0000000..0a79f55 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0100 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0200 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0200 new file mode 100644 index 0000000..e25247e Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0200 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0300 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0300 new file mode 100644 index 0000000..86eb33f Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0300 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0400 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0400 new file mode 100644 index 0000000..43300ad Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0400 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0500 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0500 new file mode 100644 index 0000000..2d93267 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0500 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.0E00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0E00 new file mode 100644 index 0000000..7c51a1e Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.0E00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.1000 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1000 new file mode 100644 index 0000000..019698c Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1000 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.1600 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1600 new file mode 100644 index 0000000..f69a977 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1600 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.1E00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1E00 new file mode 100644 index 0000000..3bc5068 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1E00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.1F00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1F00 new file mode 100644 index 0000000..43b320b Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.1F00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2000 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2000 new file mode 100644 index 0000000..f9244e1 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2000 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2100 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2100 new file mode 100644 index 0000000..c565abb Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2100 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2200 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2200 new file mode 100644 index 0000000..a992d35 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2200 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2300 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2300 new file mode 100644 index 0000000..8ff099d Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2300 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2400 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2400 new file mode 100644 index 0000000..99927a1 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2400 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2500 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2500 new file mode 100644 index 0000000..60dc224 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2500 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2600 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2600 new file mode 100644 index 0000000..1b393c2 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2600 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2700 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2700 new file mode 100644 index 0000000..c39a572 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2700 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2800 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2800 new file mode 100644 index 0000000..c7572de Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2800 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.2A00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2A00 new file mode 100644 index 0000000..71791ac Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.2A00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.3000 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.3000 new file mode 100644 index 0000000..fb830f4 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.3000 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.FB00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FB00 new file mode 100644 index 0000000..3a0b30a Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FB00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.FE00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FE00 new file mode 100644 index 0000000..3989d26 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FE00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/7x13.FF00 b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FF00 new file mode 100644 index 0000000..78ed398 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/fixed/7x13.FF00 differ diff --git a/vendor/golang.org/x/image/font/testdata/fixed/README b/vendor/golang.org/x/image/font/testdata/fixed/README new file mode 100644 index 0000000..a39f8a5 --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/fixed/README @@ -0,0 +1,9 @@ +These font files were copied from the Plan 9 Port's font/fixed directory. The +README in that directory states that: "These fonts are converted from the BDFs +in the XFree86 distribution. They were all marked as public domain." + +The Plan 9 Port is at https://github.com/9fans/plan9port and the copy was made +from commit a78b1841 (2015-08-18). + +The unicode.7x13.font file also refers to a ../shinonome directory, but this +testdata does not include those subfont files. diff --git a/vendor/golang.org/x/image/font/testdata/fixed/unicode.7x13.font b/vendor/golang.org/x/image/font/testdata/fixed/unicode.7x13.font new file mode 100644 index 0000000..f1dc0e5 --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/fixed/unicode.7x13.font @@ -0,0 +1,68 @@ +13 11 +0x0000 0x001F 7x13.2400 +0x0000 0x00FF 7x13.0000 +0x0100 0x01FF 7x13.0100 +0x0200 0x02FF 7x13.0200 +0x0300 0x03FF 7x13.0300 +0x0400 0x04FF 7x13.0400 +0x0500 0x05FF 7x13.0500 +0x0E00 0x0EFF 7x13.0E00 +0x1000 0x10FF 7x13.1000 +0x1600 0x16FF 7x13.1600 +0x1E00 0x1EFF 7x13.1E00 +0x1F00 0x1FFF 7x13.1F00 +0x2000 0x20FF 7x13.2000 +0x2100 0x21FF 7x13.2100 +0x2200 0x22FF 7x13.2200 +0x2300 0x23FF 7x13.2300 +0x2400 0x24FF 7x13.2400 +0x2500 0x25FF 7x13.2500 +0x2600 0x26FF 7x13.2600 +0x2700 0x27FF 7x13.2700 +0x2800 0x28FF 7x13.2800 +0x2A00 0x2AFF 7x13.2A00 +0x3000 0x30fe ../shinonome/k12.3000 +0x4e00 0x4ffe ../shinonome/k12.4e00 +0x5005 0x51fe ../shinonome/k12.5005 +0x5200 0x53fa ../shinonome/k12.5200 +0x5401 0x55fe ../shinonome/k12.5401 +0x5606 0x57fc ../shinonome/k12.5606 +0x5800 0x59ff ../shinonome/k12.5800 +0x5a01 0x5bff ../shinonome/k12.5a01 +0x5c01 0x5dfe ../shinonome/k12.5c01 +0x5e02 0x5fff ../shinonome/k12.5e02 +0x600e 0x61ff ../shinonome/k12.600e +0x6200 0x63fa ../shinonome/k12.6200 +0x6406 0x65fb ../shinonome/k12.6406 +0x6602 0x67ff ../shinonome/k12.6602 +0x6802 0x69ff ../shinonome/k12.6802 +0x6a02 0x6bf3 ../shinonome/k12.6a02 +0x6c08 0x6dfb ../shinonome/k12.6c08 +0x6e05 0x6ffe ../shinonome/k12.6e05 +0x7001 0x71ff ../shinonome/k12.7001 +0x7206 0x73fe ../shinonome/k12.7206 +0x7403 0x75ff ../shinonome/k12.7403 +0x7601 0x77fc ../shinonome/k12.7601 +0x7802 0x79fb ../shinonome/k12.7802 +0x7a00 0x7bf7 ../shinonome/k12.7a00 +0x7c00 0x7dfb ../shinonome/k12.7c00 +0x7e01 0x7ffc ../shinonome/k12.7e01 +0x8000 0x81fe ../shinonome/k12.8000 +0x8201 0x83fd ../shinonome/k12.8201 +0x8403 0x85fe ../shinonome/k12.8403 +0x8602 0x87fe ../shinonome/k12.8602 +0x8805 0x89f8 ../shinonome/k12.8805 +0x8a00 0x8b9a ../shinonome/k12.8a00 +0x8c37 0x8dff ../shinonome/k12.8c37 +0x8e08 0x8ffd ../shinonome/k12.8e08 +0x9000 0x91ff ../shinonome/k12.9000 +0x920d 0x93e8 ../shinonome/k12.920d +0x9403 0x95e5 ../shinonome/k12.9403 +0x961c 0x97ff ../shinonome/k12.961c +0x9801 0x99ff ../shinonome/k12.9801 +0x9a01 0x9bf5 ../shinonome/k12.9a01 +0x9c04 0x9dfd ../shinonome/k12.9c04 +0x9e1a 0x9fa0 ../shinonome/k12.9e1a +0xFB00 0xFBFF 7x13.FB00 +0xFE00 0xFEFF 7x13.FE00 +0xFF00 0xFFFF 7x13.FF00 diff --git a/vendor/golang.org/x/image/font/testdata/glyfTest.sfd b/vendor/golang.org/x/image/font/testdata/glyfTest.sfd new file mode 100644 index 0000000..6b57a54 --- /dev/null +++ b/vendor/golang.org/x/image/font/testdata/glyfTest.sfd @@ -0,0 +1,225 @@ +SplineFontDB: 3.0 +FontName: glyfTest +FullName: glyfTest +FamilyName: glyfTest +Weight: Book +Copyright: Copyright 2016 The Go Authors. All rights reserved.\nUse of this font is governed by a BSD-style license that can be found at https://golang.org/LICENSE. +Version: 001.000 +ItalicAngle: -11.25 +UnderlinePosition: -204 +UnderlineWidth: 102 +Ascent: 1638 +Descent: 410 +sfntRevision: 0x00010000 +LayerCount: 2 +Layer: 0 1 "Back" 1 +Layer: 1 1 "Fore" 0 +XUID: [1021 367 888937226 5879518] +FSType: 8 +OS2Version: 4 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1484386143 +ModificationTime: 1489831626 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 184 +VLineGap: 0 +Panose: 2 0 5 3 0 0 0 0 0 0 +OS2TypoAscent: 1638 +OS2TypoAOffset: 0 +OS2TypoDescent: -410 +OS2TypoDOffset: 0 +OS2TypoLinegap: 184 +OS2WinAscent: 1984 +OS2WinAOffset: 0 +OS2WinDescent: 0 +OS2WinDOffset: 0 +HheadAscent: 1984 +HheadAOffset: 0 +HheadDescent: 0 +HheadDOffset: 0 +OS2SubXSize: 1331 +OS2SubYSize: 1433 +OS2SubXOff: 55 +OS2SubYOff: 286 +OS2SupXSize: 1331 +OS2SupYSize: 1433 +OS2SupXOff: -191 +OS2SupYOff: 983 +OS2StrikeYSize: 102 +OS2StrikeYPos: 530 +OS2Vendor: 'PfEd' +OS2CodePages: 00000001.00000000 +OS2UnicodeRanges: 00000001.00000000.00000000.00000000 +MarkAttachClasses: 1 +DEI: 91125 +ShortTable: cvt 2 + 68 + 1297 +EndShort +ShortTable: maxp 16 + 1 + 0 + 10 + 18 + 2 + 8 + 2 + 2 + 0 + 1 + 1 + 0 + 64 + 46 + 2 + 1 +EndShort +LangName: 1033 "" "" "Regular" "FontForge : glyfTest : 18-3-2017" "" "Version 001.000" +GaspTable: 1 65535 2 0 +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 32 23 +BeginChars: 65539 10 + +StartChar: .notdef +Encoding: 65536 -1 0 +Width: 748 +Flags: W +LayerCount: 2 +Fore +SplineSet +68 0 m 1,0,-1 + 68 1365 l 1,1,-1 + 612 1365 l 1,2,-1 + 612 0 l 1,3,-1 + 68 0 l 1,0,-1 +136 68 m 1,4,-1 + 544 68 l 1,5,-1 + 544 1297 l 1,6,-1 + 136 1297 l 1,7,-1 + 136 68 l 1,4,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: .null +Encoding: 65537 -1 1 +Width: 0 +Flags: W +LayerCount: 2 +EndChar + +StartChar: nonmarkingreturn +Encoding: 65538 -1 2 +Width: 682 +Flags: W +LayerCount: 2 +EndChar + +StartChar: zero +Encoding: 48 48 3 +Width: 1228 +Flags: W +LayerCount: 2 +Fore +SplineSet +614 1434 m 0,0,1 + 369 1434 369 1434 369 614 c 0,2,3 + 369 471 369 471 435 338 c 0,4,5 + 502 205 502 205 614 205 c 0,6,7 + 860 205 860 205 860 1024 c 0,8,9 + 860 1167 860 1167 793 1300 c 1,10,11 + 727 1434 727 1434 614 1434 c 0,0,1 +614 1638 m 0,12,13 + 1024 1638 1024 1638 1024 819 c 128,-1,14 + 1024 0 1024 0 614 0 c 0,15,16 + 205 0 205 0 205 819 c 128,-1,17 + 205 1638 205 1638 614 1638 c 0,12,13 +EndSplineSet +Validated: 1 +EndChar + +StartChar: one +Encoding: 49 49 4 +Width: 819 +Flags: W +LayerCount: 2 +Fore +SplineSet +205 0 m 1,0,-1 + 205 1638 l 1,1,-1 + 614 1638 l 1,2,-1 + 614 0 l 1,3,-1 + 205 0 l 1,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: five +Encoding: 53 53 5 +Width: 400 +Flags: W +LayerCount: 2 +Fore +SplineSet +0 0 m 1,0,-1 + 0 100 l 1,1,-1 + 400 100 l 1,2,-1 + 400 0 l 1,3,-1 + 0 0 l 1,0,-1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: six +Encoding: 54 54 6 +Width: 400 +Flags: W +LayerCount: 2 +Fore +Refer: 5 53 N 1 0 0 1 0 0 2 +Refer: 4 49 N 1 0 0 1 111 234 2 +Validated: 1 +EndChar + +StartChar: seven +Encoding: 55 55 7 +Width: 400 +Flags: W +LayerCount: 2 +Fore +Refer: 5 53 N 1 0 0 1 0 0 2 +Refer: 4 49 N 0.5 0 0 0.5 56 117 2 +Validated: 1 +EndChar + +StartChar: eight +Encoding: 56 56 8 +Width: 400 +Flags: W +LayerCount: 2 +Fore +Refer: 5 53 N 1 0 0 1 0 0 2 +Refer: 4 49 N 1.5 0 0 0.5 56 117 2 +Validated: 1 +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 400 +Flags: W +LayerCount: 2 +Fore +Refer: 5 53 N 1 0 0 1 0 0 2 +Refer: 4 49 N 1.36603 0.5 0.365967 0.865967 237 258 2 +Validated: 1 +EndChar +EndChars +EndSplineFont diff --git a/vendor/golang.org/x/image/font/testdata/glyfTest.ttf b/vendor/golang.org/x/image/font/testdata/glyfTest.ttf new file mode 100644 index 0000000..2ae24f8 Binary files /dev/null and b/vendor/golang.org/x/image/font/testdata/glyfTest.ttf differ -- cgit v1.2.3