fontTools.ttLib.standardGlyphOrder
index
/home/mcfletch/pylive/fontTools/ttLib/standardGlyphOrder.py

# 'post' table formats 1.0 and 2.0 rely on this list of "standard"
# glyphs.
#
# My list is correct according to the Apple documentation for the 'post'
# table: http://developer.apple.com/fonts/TTRefMan/RM06/Chap6post.html
# (However, it seems that TTFdump (from MS) and FontLab disagree, at
# least with respect to the last glyph, which they list as 'dslash'
# instead of 'dcroat'.)
#

 
Data
        __file__ = '/home/mcfletch/pylive/fontTools/ttLib/standardGlyphOrder.pyc'
__name__ = 'fontTools.ttLib.standardGlyphOrder'
standardGlyphOrder = ['.notdef', '.null', 'nonmarkingreturn', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft', 'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero', ...]