fontTools.agl | index /code/fontTools/Lib/fontTools/agl.py |
# The table below is taken from
# http://partners.adobe.com/asn/tech/type/aglfn13.txt
Data | ||
AGL2UV = {'A': 65, 'AE': 198, 'AEacute': 508, 'Aacute': 193, 'Abreve': 258, 'Acircumflex': 194, 'Adieresis': 196, 'Agrave': 192, 'Alpha': 913, 'Alphatonos': 902, ...} AGLError = 'AGLError' UV2AGL = {32: 'space', 33: 'exclam', 34: 'quotedbl', 35: 'numbersign', 36: 'dollar', 37: 'percent', 38: 'ampersand', 39: 'quotesingle', 40: 'parenleft', 41: 'parenright', ...} |