29 lines
2.2 KiB
HTML
29 lines
2.2 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head><title>Python: module fontTools.ttLib.standardGlyphOrder</title>
|
|
</head><body bgcolor="#f0f0f8">
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
|
<tr bgcolor="#7799ee">
|
|
<td valign=bottom> <br>
|
|
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="fontTools.html"><font color="#ffffff">fontTools</font></a>.<a href="fontTools.ttLib.html"><font color="#ffffff">ttLib</font></a>.standardGlyphOrder</strong></big></big></font></td
|
|
><td align=right valign=bottom
|
|
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/code/fontTools/Lib/fontTools/ttLib/standardGlyphOrder.py">/code/fontTools/Lib/fontTools/ttLib/standardGlyphOrder.py</a></font></td></tr></table>
|
|
<p><tt># 'post' table formats 1.0 and 2.0 rely on this list of "standard"<br>
|
|
# glyphs.<br>
|
|
#<br>
|
|
# My list is correct according to the Apple documentation for the 'post'<br>
|
|
# table: <a href="http://developer.apple.com/fonts/TTRefMan/RM06/Chap6post.html">http://developer.apple.com/fonts/TTRefMan/RM06/Chap6post.html</a><br>
|
|
# (However, it seems that TTFdump (from MS) and FontLab disagree, at<br>
|
|
# least with respect to the last glyph, which they list as 'dslash'<br>
|
|
# instead of 'dcroat'.)<br>
|
|
#</tt></p>
|
|
<p>
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
|
<tr bgcolor="#55aa55">
|
|
<td colspan=3 valign=bottom> <br>
|
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
|
|
|
|
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
|
|
<td width="100%"><strong>standardGlyphOrder</strong> = ['.notdef', '.null', 'nonmarkingreturn', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft', 'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero', ...]</td></tr></table>
|
|
</body></html> |