-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tx_test] Test to capture current glyph bbox results
Relates to #655
- Loading branch information
1 parent
17d4be5
commit 8438c09
Showing
11 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### glyph[tag] {gname,enc,width,{left,bottom,right,top}} | ||
glyph[0] {a,-,500,{76,-124,389,303}} | ||
glyph[1] {b,-,500,{-235,-235,0,235}} | ||
glyph[2] {c,-,500,{56,-10,369,303}} | ||
glyph[3] {d,-,500,{86,80,418,412}} | ||
glyph[4] {e,-,500,{86,80,100,412}} | ||
### aggregate | ||
bbox {-235,-235,418,412} | ||
tag {1,1,3,3} | ||
gname {b,b,d,d} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ascender</key> | ||
<integer>750</integer> | ||
<key>capHeight</key> | ||
<integer>750</integer> | ||
<key>descender</key> | ||
<integer>-250</integer> | ||
<key>postscriptBlueValues</key> | ||
<array> | ||
</array> | ||
<key>postscriptFamilyBlues</key> | ||
<array> | ||
</array> | ||
<key>postscriptFamilyOtherBlues</key> | ||
<array> | ||
</array> | ||
<key>postscriptFontName</key> | ||
<string>None-None</string> | ||
<key>postscriptOtherBlues</key> | ||
<array> | ||
</array> | ||
<key>postscriptStemSnapH</key> | ||
<array> | ||
</array> | ||
<key>postscriptStemSnapV</key> | ||
<array> | ||
</array> | ||
<key>unitsPerEm</key> | ||
<integer>1000</integer> | ||
<key>versionMajor</key> | ||
<integer>0</integer> | ||
<key>versionMinor</key> | ||
<integer>0</integer> | ||
<key>xHeight</key> | ||
<integer>500</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="a" format="1"> | ||
<advance width="500"/> | ||
<outline> | ||
<contour> | ||
<point x="503" y="-10" type="line"/> | ||
<point x="389" y="303" type="line"/> | ||
<point x="76" y="189" type="line"/> | ||
<point x="190" y="-124" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="b" format="1"> | ||
<advance width="500"/> | ||
<outline> | ||
<contour> | ||
<point x="235" y="0" type="line"/> | ||
<point x="0" y="235" type="line"/> | ||
<point x="-235" y="0" type="line"/> | ||
<point x="0" y="-235" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="c" format="1"> | ||
<advance width="500"/> | ||
<outline> | ||
<contour> | ||
<point x="391" y="104" type="line"/> | ||
<point x="369" y="207" type="line"/> | ||
<point x="56" y="303" type="line"/> | ||
<point x="170" y="-10" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>a</key> | ||
<string>a.glif</string> | ||
<key>b</key> | ||
<string>b.glif</string> | ||
<key>c</key> | ||
<string>c.glif</string> | ||
<key>d</key> | ||
<string>d.glif</string> | ||
<key>e</key> | ||
<string>e.glif</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="d" format="1"> | ||
<advance width="500"/> | ||
<outline> | ||
<contour> | ||
<point x="418" y="80" type="line"/> | ||
<point x="418" y="412" type="line"/> | ||
<point x="86" y="412" type="line"/> | ||
<point x="86" y="80" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="e" format="1"> | ||
<advance width="500"/> | ||
<outline> | ||
<contour> | ||
<point x="418" y="80" type="line"/> | ||
<point x="100" y="412" type="line"/> | ||
<point x="86" y="412" type="line"/> | ||
<point x="86" y="80" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>public.glyphOrder</key> | ||
<array> | ||
<string>a</string> | ||
<string>b</string> | ||
<string>c</string> | ||
<string>d</string> | ||
<string>e</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>creator</key> | ||
<string>org.robofab.ufoLib</string> | ||
<key>formatVersion</key> | ||
<integer>2</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters