robofab.tools.nameTable | index /code/projects/robofab/Lib/robofab/tools/nameTable.py |
Classes | ||||||||||
|
Functions | ||
|
Data | ||
MAC = 'macintosh' MAC_INT = 1 MS = 'microsoft' MS_INT = 3 UNI = 'unicode' UNI_INT = 0 __warningregistry__ = {('FontLab contains a bug that renders nameTable.py inoperable', <class exceptions.Warning at 0x37030>, 2): 1} macEIDInt2Name = {0: 'roman', 1: 'japanese', 3: 'korean', 4: 'arabic', 5: 'hebrew', 6: 'greek', 7: 'russian', 8: 'rsymbol', 9: 'devanagari', 10: 'gurmukhi', ...} macEIDName2Int = {'arabic': 4, 'armenian': 24, 'bengali': 13, 'burmese': 19, 'chinese': 25, 'devanagari': 9, 'geez': 28, 'georgian': 23, 'greek': 6, 'gujarati': 11, ...} macLIDInt2Name = {0: 'english', 1: 'french', 2: 'german', 3: 'italian', 4: 'dutch', 5: 'swedish', 6: 'spanish', 7: 'danish', 8: 'portuguese', 9: 'norwegian', ...} macLIDName2Int = {'afrikaans': 141, 'albanian': 36, 'amharic': 85, 'arabic': 12, 'armenian': 51, 'assamese': 68, 'aymara': 134, 'azerbaijani_arabic': 50, 'azerbaijani_cyrillic': 49, 'azerbaijani_roman': 150, ...} msEIDInt2Name = {0: 'symbol', 1: 'unicode_bmp_only', 2: 'shift_jis', 3: 'prc', 4: 'big5', 5: 'wansung', 6: 'johab', 7: 'unicode_full_repertoire'} msEIDName2Int = {'big5': 4, 'johab': 6, 'prc': 3, 'shift_jis': 2, 'symbol': 0, 'unicode_bmp_only': 1, 'unicode_full_repertoire': 7, 'wansung': 5} msLIDInt2Name = {} msLIDName2Int = {} nidInt2Name = {0: 'copyright', 1: 'familyName', 2: 'subfamilyName', 3: 'uniqueID', 4: 'fullName', 5: 'versionString', 6: 'postscriptName', 7: 'trademark', 8: 'manufacturer', 9: 'designer', ...} nidName2Int = {'compatibleFull': 18, 'copyright': 0, 'description': 10, 'designer': 9, 'designerURL': 12, 'familyName': 1, 'fullName': 4, 'license': 13, 'licenseURL': 14, 'manufacturer': 8, ...} pidName2Int = {'macintosh': 1, 'microsoft': 3, 'unicode': 0} uniEIDInt2Name = {0: 'unicode_1.0', 1: 'unicode_1.1', 2: 'iso_10646:1993', 3: 'unicode_2.0_bmp', 4: 'unicode_2.0_full'} uniEIDName2Int = {'iso_10646:1993': 2, 'unicode_1.0': 0, 'unicode_1.1': 1, 'unicode_2.0_bmp': 3, 'unicode_2.0_full': 4} uniLIDInt2Name = {} uniLIDName2Int = {} |