Skip to content

Instantly share code, notes, and snippets.

@ebraminio
Created March 7, 2019 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebraminio/4b731a82f11a662b2164622ebb93086a to your computer and use it in GitHub Desktop.
Save ebraminio/4b731a82f11a662b2164622ebb93086a to your computer and use it in GitHub Desktop.
10.14.2 fonts tables
bash-3.2$ ipython
Python 3.7.2 (default, Feb 12 2019, 08:15:36)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.3.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]:
...: import os, hashlib, re
...:
...: for f in ['/System/Library/Fonts/' + x for x in os.listdir('/System/Library/Fonts')] + ['/Library/Fonts/' + x for x in os.listdir('/Library/Fonts')]:
...: # this is jupyter notebook...
...: msg = !harfbuzz/src/main '{f}'
...: print(f, hashlib.sha1(open(f, 'rb').read()).hexdigest(), re.findall(r': (....) \(', str(msg)))
/System/Library/Fonts/SFCompactDisplay-Heavy.otf 3e9e42c76382440bd571b4ee7fb85eef898c09fd ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Black.otf 76767e572db355899a166e43080634426e4cad44 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Medium.otf 70b2c016ab6b8feff101711802b90153a2306d4c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Bold.otf 3464764c166fb69d7dfc24ef340ddaa8ff0398b8 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Semibold.otf c3f954a203b67c443aff6dd09183b184de8e2004 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Bold.otf 582ab90dd44942c3ff1eadb863ca7ea11de82e6c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/AppleSDGothicNeo.ttc cd3fbe9d06aa5d835aa1956826b3ca2a1197ddb3 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'bsln', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSRounded-Regular.otf 132caf36326b5a826decf9105131a8fe7e246e40 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Bold.otf e9eaac29ff0a43f3c94c7fe68d95d758a06eb239 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay.ttf 6e9677c443f6583228a63fd147663cfc635924d9 ['GSUB', 'OS/2', 'bsln', 'cmap', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Menlo.ttc e370c218fc93b843ccd8fa89f79acfa283badccf ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/STHeiti Medium.ttc 776211bb763c10731b0658935f1ba13b17db4f00 ['OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx', 'OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx']
/System/Library/Fonts/SFCompactRounded-Medium.otf 39b59984879e4d9165dfe7c466b770798bf23f7c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Medium.otf 63c002b1d2901e3255b4eafc06f9bc01992a35bc ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Symbol.ttf 3c50482f1d4356950d46e4cb1bbcb3e105ca1d43 ['GSUB', 'OS/2', 'bsln', 'cmap', 'cvt ', 'fdsc', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Hiragino Sans GB.ttc e211ba673de2f04226003f7f80e2a535a360f0d8 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/LastResort.otf 998f88862d3b9f27f6b12a807a8f5384235481aa ['CFF ', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/HelveticaNeue.ttc 674486473d01908c6a028cb08b66a922f81479d4 ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/ヒラギノ角ゴシック W8.ttc 401d8ab1aee6b57fab271e16947fba856c24eeea ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSDisplayCondensed-Semibold.otf 0319e30af40e69d0c29fe1e93e869cb1fa853c3e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-SemiboldItalic.otf 373db4a9fe9c83580cfe539a8cbf12994dd41c58 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/PingFang.ttc 95614e7ac88d77b17ce39cf892bfca8078752708 ['BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx']
/System/Library/Fonts/Noteworthy.ttc 51358c65d9ada9a817d21aa6d479222b3d0f7ede ['GPOS', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/SFCompactRounded-Black.otf d09567139c7d0db264798a415cdfbdcc8588e979 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ヒラギノ角ゴシック W9.ttc 0f97a4453f85aceb209712762fcb2d650a1c2568 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSDisplayCondensed-Black.otf f3e3663ef472e09a0174a831447903c8ad37c823 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Semibold.otf 6732c368290acdba9146a9da603892c9127e730b ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Thin.otf 11c202047b3e6d353ac2ea377554e03fb3fae041 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSSymbols-Black.otf b2ede94321fe1de9bdf01e9c34489d335e608e68 ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/Optima.ttc e8a6a3e524b3e44235f13115caf460077fca4921 ['OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/System/Library/Fonts/SFCompactRounded-Thin.otf bb3923d1cc729af1be4ea5f268d535b5a923480b ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ZapfDingbats.ttf 15b7db4909bc67117629c141fa4d128f96a94141 ['OS/2', 'PCLT', 'cmap', 'cvt ', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/SFNSDisplayCondensed-Thin.otf 06102ca7f5daf69bc463df4c44ecc879b982f235 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Monaco.dfont eb59ce529e4bb6e5180b85d96895c8481250c651 ['OS/2', 'Zapf', 'bdat', 'bloc', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Braille.ttf cc8ba0af0feafd64a340828ab85cb03c7f3f577d ['OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/HelveticaNeueDeskInterface.ttc 3648dfac27a5b358227d29cda1a4c456c3ca26bf ['OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'trak', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak', 'xref', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'trak']
/System/Library/Fonts/SFNSSymbols-Ultralight.otf d7577a2ea7d6c17fa2cdd78f77bf185f2c6abc9e ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/Avenir Next Condensed.ttc c04f4c67dc8bb50e9fce1238035afbbfe3d74686 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/LucidaGrande.ttc 63ba1b1de4709bd832ca76bd62368dd99fc34269 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'GPOS', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'GPOS', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFNSTextCondensed-Semibold.otf 69b846eba6bae98c6ae2ab34954dd9473138b912 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSText.ttf d92e44f85bfb59f8f2614585d9ad3d3229fcba63 ['GSUB', 'OS/2', 'bsln', 'cmap', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Thonburi.ttc bb080e01e45f7f6699d2df09a03b3b6d13804897 ['GDEF', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GDEF', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GDEF', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/ArabicUIDisplay.ttc 45edc5f6490dcce1c88d2ab8922251bf3bc51259 ['CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/Apple Braille Outline 6 Dot.ttf 53002f31c5586b2790fb5744b79d5d04e2d73a3c ['OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/KohinoorTelugu.ttc 232bf468c9b1f7ffe5422d7848892a3b105f1425 ['CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFCompactDisplay-Light.otf 721ca01c18b0a0c060f7654daff70c5910be4775 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Regular.otf a51e2435270024fbd3a5a4f955ac51a64612f008 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Apple Braille Pinpoint 6 Dot.ttf 2783afb914705d6b128bcfd9a5e32d4b0e16671f ['OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFNSDisplayCondensed-Bold.otf 4aa5fb53744080d9cbab17dbcc2e8dea51969174 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-BoldItalic.otf e261eb569ac636d3b2067da66d03cb16ffb94b55 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay-MediumItalic.otf 8b83fe70778833e39be4890e539f64bc2a8bb609 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Avenir.ttc e49ae482c1b9f6843454376e77adf9d3f6f77185 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/SFCompactDisplay-Semibold.otf 141e92bc7e6541ee63bdf1748761be8a9164152e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Kohinoor.ttc 8883e2a67875f581ef56fe447f7c304dab39dc43 ['CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFNSDisplayCondensed-Regular.otf 50e85189bcdd95c120fab0fac3c0c40ed53338c6 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Heavy.otf a529a877173ddf5b4ce4c3cfc9913be485e9b458 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ヒラギノ明朝 ProN.ttc ea4b49e8d7963ddb2ac03bf7d7727cdc4c744d86 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSDisplay-SemiboldItalic.otf e0e0cf2718e00e5c73486ede4b42898d92737a3a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Medium.otf 7c11b61fc3cb5abc2778e5de744e29c56854867b ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Ultralight.otf 42e8c22cc6b1efc0a924a6ddd8d56aed1848ffe3 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Heavy.otf 1567936ec8c3e28de5faedaa8d12c626281630f5 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Avenir Next.ttc 0a20afaf116249167da2fed8af2bf099093c9d6e ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/SFCompactDisplay-Black.otf 3ea807206433eb9ff8e8d24cde509f62c07c1833 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Regular.otf 2abc09de25a59cc05104bd983c710d0f11165525 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/AquaKana.ttc f696dfa4f48775fc6376f9acc5e1be3ea9e3b362 ['GPOS', 'OS/2', 'bsln', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'bsln', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/System/Library/Fonts/SFNSRounded-Medium.otf fd4911d19802c689a982b7f91b74d6f30fb3314d ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Palatino.ttc b7a4a1867f1bb1c122e9b6e70e33e9d0abb8fc77 ['GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GDEF', 'OS/2', 'Zapf', 'bsln', 'cmap', 'fdsc', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/SFCompactDisplay-Regular.otf e68adbe20d11b0257d95089df84459d84f08123e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Apple Symbols.ttf 7c7a595f6a0373c0cebe1b0c714bca937808da1d ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/System/Library/Fonts/SFNSDisplay-BlackItalic.otf fe70a668e180be489fc880c399bb08acee633995 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/NotoNastaliq.ttc 83f4d56274869ecdf9030637344ac42cbd5c4908 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/STHeiti Light.ttc 86329518e050cd6584717b575ffaeaf65a4c1a7b ['OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx', 'OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx']
/System/Library/Fonts/SFCompactRounded-Heavy.otf 7998ade82d688c1a8d45e4d9bf9b9806d6dbd1e5 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/HelveLTMM efe2a3779f97f47afc272b31ae2549912ccd61b2 []
/System/Library/Fonts/SFNSDisplay-RegularItalic.otf 2d5a40a3d1416cf5b8554e07e2a88b1d76c871d4 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Medium.otf 4f6e9ce30881a44a9a540bf5f134738527db0e70 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/GeezaPro.ttc ab26ea45dcaa5e1c5a958e42af10e10d330e7334 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFCompactText-MediumItalic.otf e887cfe870717c4711d694904f6feb1e22ff281c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay-UltralightItalic.otf 1b5e2a2fcf803ee6bd712ab10769b1b49d56af13 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSSymbols-Medium.otf 82dbb1f71a3e78ebac156d0591015da6dc325aa2 ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFNSSymbols-Regular.otf 463d258993003f3ad380e0215c52ec0ef89c2cb7 ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/TimesLTMM ed4d75c6d720872b24c9081e046dcc8040e0eb6f []
/System/Library/Fonts/SFNSSymbols-Heavy.otf 094a25c1a5aa9ee4313da9a7f13a8d8139264c91 ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFCompactText-Semibold.otf 19c9eda52e9d424325265591c99fcd6dbf377930 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-RegularItalic.otf 9d8f80c610a43ff9bc9fca59b15ea5dbe6f4c87d ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Light.otf 3f0bfff8cb97cbed1858f7ecd9823816ceb6a6c8 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Regular.otf db060186be3dcc88a4d66422af5f5a8823116530 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Heavy.otf 68ff71c3f48a8a41eba57acddd7fd46e44752249 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ヒラギノ角ゴシック W7.ttc 22313b47628340cd180eab174837132b0dced607 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/Courier.dfont 256bc60804e608eb18a7602fa095da095e0b8e49 ['Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFCompactDisplay-Bold.otf f0da48b7bda2e645860f446f44e910129e54f9e8 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Bold.otf b6c5a4d7267ca1cf6253956f90e8184da55da44a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Light.otf b35b861bb073185f48e809c0e0d4e3c099fcafa8 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSSymbols-Bold.otf 3ab1f4aaf7f61a4cbda28c010c6691ce0cc6331f ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFNSDisplay-ThinG2.otf 366cb06a0d246c75ba6c52efa539fce131975d92 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextItalic.ttf 2006234ea4f3dafa3b2cee2d9be418e76e8525c0 ['GSUB', 'OS/2', 'bsln', 'cmap', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Times.ttc ebb050e4fcaaebe9992efbc7b5660b60ba18b518 ['OS/2', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFNSDisplay-ThinG3.otf 4896aa539f849e2abddd3bf98cc9a9e7f07b956e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Ultralight.otf 92cc8d12211fc092ee74ee9f4427f26f23d7bfa2 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ヒラギノ丸ゴ ProN W4.ttc d5bd6152ccaa74d376080e36326fbd2b0c054d58 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'xref', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'xref']
/System/Library/Fonts/ヒラギノ角ゴシック W6.ttc f77a9e0a9fe8bebf378f4718e06ac2dd75d5c533 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/ヒラギノ角ゴシック W4.ttc 1db9c960b40b2984b7ae7a616937c6add53bd815 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSSymbols-Light.otf 472fd06f6dab2c4224441be787f7e8c2f7d063d0 ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFNSDisplay-ThinG1.otf 992c31ca5c433f13d7f8eb22155c964d253ad0b5 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Ultralight.otf 2198eeb8ebe27893a8796f49f0915ec5fc298e2f ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Heavy.otf f9d583c9465abb4bac7798ed20cb472f6326afbf ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Light.otf 5a98337ef2ed498b3b32526b54642c9545c9a89d ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ヒラギノ角ゴシック W5.ttc fd1ced5bfcde691d51c953ea4d3a35d0346c24ea ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/MarkerFelt.ttc 42d04846562df18010584e4c9c02d92145380965 ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/Apple Braille Pinpoint 8 Dot.ttf 285eedf1195ceeff524e35d9a9a3448f67faefaa ['OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFNSRounded-Ultralight.otf 297e0594629a369451a5c451ef6bcca216d123fc ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Keyboard.ttf 4a9962d14ece1fa3b82eb1c09e5ea4396e4475d2 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/ヒラギノ角ゴシック W1.ttc bfb7437c706fb7d4dc4e67cc2b8254f690ea3d69 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFCompactText-HeavyItalic.otf 26380be0a38053cf81da19c71859dfb0c296359e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Geneva.dfont 21aef053edfacd4ec2206b6173fda3215cdd1073 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/SFNSDisplay-ThinG4.otf 4ae6ca0a1383986f2cf5d97da5edb6d8abf3856e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ArabicUIText.ttc 6335dcadaa54d16ca1b8413cc860bb285d78ebad ['CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'STAT', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFNSTextCondensed-Light.otf 9cfc662a2e1eb42be9e085d23ec3ed7780e361b8 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSRounded-Light.otf 43a97b5377746396a71f2305e5dfe3d43d2fb547 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay-ThinItalic.otf bf5bdf3159c73cf6bd2ff1c43c1b959a5b30e164 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/ArialHB.ttc 63dd86ca30fe9ef6d802d1cbba811955ec52f3d0 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref']
/System/Library/Fonts/SFCompactText-LightItalic.otf dec6ae2a9b532ba9d6adc85ea4ec4a919766d904 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/Apple Braille Outline 8 Dot.ttf 84f209540002ce168a3ea90308c0333f2a317000 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/ヒラギノ角ゴシック W0.ttc 45b6e453974e76064e38778f8b638a710d50e078 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/Apple Color Emoji.ttc 60f77161021b1b87e99c3690e1a9b56341cf8792 ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'sbix', 'trak', 'vhea', 'vmtx', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'sbix', 'trak', 'vhea', 'vmtx']
/System/Library/Fonts/ヒラギノ角ゴシック W2.ttc b61496aa38d437ccff061de28be5ac1b94aa7ea5 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/System/Library/Fonts/SFNSDisplay-BoldItalic.otf 944c06392cf9f43c3c444a8ab44ed531a99d7642 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay-HeavyItalic.otf 9f72dfd1cd552f66557605d0ac3943cedeea67b3 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSSymbols-Thin.otf b20e0be97d297c03e6be43d9f62396a255e5894a ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/Helvetica.ttc 992d29a0fa4ed91773457c29b661e94843619cde ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/SFNSDisplay-LightItalic.otf 360d4aff5f20d0106bc4517dad90cafa58b1f2fe ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/KohinoorBangla.ttc bd0cad651cfe21a48369b0b4349f3e8cac8b465f ['CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/SFCompactDisplay-Thin.otf 6a9fbd80e5f5fb6adbf3f50743ec5e5f4ccfa840 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSSymbols-Semibold.otf 452957fe65f2fbd6a8c07c7a0e588982ffa3e46c ['CFF ', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/ヒラギノ角ゴシック W3.ttc 3f22dc1788782ccdc6abcf4e8ba7151f324fc280 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx']
/Library/Fonts/AlBayan.ttc 9cb07f787f919f5bb817410a9cc31235c763881d ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Webdings.ttf 692c526fb4fe56bbb4cec8f6278380e54ab421ab ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Rockwell.ttc 80a20903d01630dc6fbc749e6fa207dda4f3da10 ['DSIG', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'DSIG', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'DSIG', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'DSIG', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Zapfino.ttf 99a1e15163c3e9567d5b1019c45e9254dae63b08 ['OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Trebuchet MS Italic.ttf c39608110735cf5b0a540ecdac2520b5ae9ee318 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Georgia.ttf f856787ba70ff46e49dd52ba092bea6755c810b5 ['DSIG', 'GDEF', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Savoye LET.ttc ab899397b15f78177d87459f36ca882017ae7a68 ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/PTSans.ttc 7479b69b5fc4160d538fae2334d1d2203503f00c ['EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Verdana Bold.ttf dbe774bb52465a74f6bc3d8ff12286dc9e816e8c ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Bodoni 72 Smallcaps Book.ttf da3f9388d22058e78c2119cfdedb110431ab13f8 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Times New Roman Bold Italic.ttf ec0f5a8751845355b7c3271d11f9918a966cb8c9 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/SukhumvitSet.ttc 478df655a9cb6cab8a005323cb76de3f3fa51d7c ['GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Silom.ttf 058f875aea966caeaffb3401581cc2d3ce3b9008 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Kefa.ttc 264e8b5646685f34e4ef6dfb3849b7aef6cf2448 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Verdana Italic.ttf f8ede3d9e5102294e5a7f9b307aa92c44d6c7f2f ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Nadeem.ttc 7c249668b499816d6f33378178e4ed1ee17c23f0 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prop']
/Library/Fonts/KufiStandardGK.ttc 5df6db3ab67cd52650c9ebdd3a0071d104f449b7 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prop']
/Library/Fonts/Times New Roman Italic.ttf 8583225a8b49667c077b3525333f84af08c6bcd8 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Bradley Hand Bold.ttf dada4206205357e32c6f326770bf30d6a869890f ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Arial Narrow Italic.ttf 730c191fe2903ae987d1f621c928d688d4a33a7f ['DSIG', 'LTSH', 'OS/2', 'TSIV', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/STIXGeneralItalic.otf 3be1cc84f2c6fb4b623bdb2542475220a7d11e65 ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Kannada Sangam MN.ttc 8d12d20439821099930818ef965230750e0e530a ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Papyrus.ttc b07b3bfa8ece6cafe722cd5e1cc185ff88731932 ['GPOS', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Seravek.ttc f6a39e3b6d27197021ded5a7b29a8c038b733760 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/AppleGothic.ttf 6b1143c4c350c7ebc6372caf081a7932b1b86238 ['cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'vhea', 'vmtx']
/Library/Fonts/Iowan Old Style.ttc 0db6d0bfcedab1138395781702e6e039bf25d9bc ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/DIN Condensed Bold.ttf 34799ca0c394fc4b4e9d0da8d077eff48e9faa06 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Kailasa.ttc 6cc767c6ac87e58353fae77093ad1257364202c6 ['GPOS', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop', 'GPOS', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/Charter.ttc af09788444f982bc552daf5952757411c02e35ef ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Farisi.ttf 4dd32b66d890b54fdea79ae6a68aa4dbc6f60a8e ['OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/Arial Bold.ttf e4cbaadb0a9b0ab4220ce296d2170a7de94d13e8 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Trebuchet MS.ttf 4367e761e7634e21d7c7ee8ea3411ced6aae2362 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'MTfn', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Mishafi.ttf 398be76e452c82126d2f99c74fa541528c4438e2 ['OS/2', 'PCLT', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Marion.ttc e252ebbe9de0994ec8dc9b56b9c4593221062d9e ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Trattatello.ttf 5883bb89896602efa0e41261bde8638be14bc153 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Sinhala MN.ttc 8cdcbb6e39d847f0c11acdbca4f4de405ad806f8 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Corsiva.ttc 33060bb7d6b14d9c97b591776d9597a1623a5de6 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/BigCaslon.ttf 7afc2d8b07ddb320f9ecbae525024e580f8d4233 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Courier New Bold.ttf 608e3ebb6dd1aee521cff08eb07d500a2c59df68 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/NISC18030.ttf 06e424d6a0a42d8521094dab4ca96277f7dc8ed9 ['OS/2', 'bdat', 'bhed', 'bloc', 'cmap', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Al Nile.ttc 0654d3e5029ac58c5a3b3c8db14e46130eff9961 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/STIXIntUpSmReg.otf f2e0dc36b76c693322a9dd05d4eec4e693de1da7 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/SuperClarendon.ttc ab6d97852c5e9a0de4a6882359d5cc67a348f921 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Baghdad.ttc dc8d7a5fec904b5eb62a9027e87902a3290329ca ['OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/STIXGeneral.otf 99263cb43b9c88bb351768e0e219dd66e871b86f ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Athelas.ttc 0a4638000707e67c363da98348a361dc4554f587 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/STIXIntUpDBol.otf 0161342cd0480e25bcbd19fc88f04d01f69e3dc6 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/AmericanTypewriter.ttc 13b8f1b7a47697b9d8a15a608979cbce8bb30b5b ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop', 'OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/Lao Sangam MN.ttf 8dbdc18091bba189b50257e4d438ce02c695404f ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Luminari.ttf 0435155a24ea211b5e96935700de4d35ca50d97b ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/STIXVar.otf c4c431fb83c85dfab3c8398d045fdd4d2db51fe0 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Malayalam MN.ttc 57811603b05b20bed579272775949d4cf8e1457a ['OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'xref', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'xref']
/Library/Fonts/STIXSizOneSymBol.otf c7c0c8d4d67e93f546781eb29911396eecc96cbd ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Muna.ttc efc59dc00805b3a0cf2c04d2cf66466d89378c6b ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Times New Roman.ttf 58939baa78794d740fde4fc1af426173d752cd53 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Brush Script.ttf 730c9e343570f3818f162c580c9029e071a63e3f ['DSIG', 'GPOS', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Bodoni 72 OS.ttc 74069f4e5294b96753123ddc15b42c39b445a959 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Myanmar MN.ttc c81fd0dfb07de3d241896edc98dc83dea6fd7e27 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Georgia Italic.ttf 21b9eff433ae99d537fab172c71b09f73e9673f5 ['DSIG', 'GDEF', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Courier New Italic.ttf 2af3030d26a8a92259cf9e561005c0d8deb78ce7 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Arial Unicode.ttf af2e1986d36166276968a175ada2c0b578972ee3 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Telugu MN.ttc a6b604e7abc79de57754675901b2c2825e070f82 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Myanmar Sangam MN.ttc 1cbe28a5c70c52f9c82c68b8eab51e4ca2e96d72 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Chalkduster.ttf 481debc1bd5000fab7811d3eb69aee727050e1d8 ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/STIXIntUpSmBol.otf 9e27299d22721124bc52464da6452061aad31517 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntUpDReg.otf 07a1b00271baa8426c098b77cd2c9c3a472c9378 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Devanagari Sangam MN.ttc 214b7ffa672bc936745df5a72644f2b705b24b4b ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Phosphate.ttc a50b2fe1f62d5984e7ca12d91269ab6b2388016a ['OS/2', 'cmap', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'OS/2', 'cmap', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Apple Chancery.ttf 4ec49cba0d4e68d025ada0498c4df1b2f9fd57ac ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'meta', 'morx', 'name', 'opbd', 'post', 'prep', 'prop', 'trak']
/Library/Fonts/AppleMyungjo.ttf 353bd8595d0469402c7a5284d76aac0b0bb445e1 ['CVTM', 'TPNM', 'bdat', 'bloc', 'bsln', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop', 'trak', 'vhea', 'vmtx']
/Library/Fonts/STIXSizOneSymReg.otf 1beeaf0aaac4dcac6dfaa80b0b16cd942089b3ea ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Futura.ttc ea5b7e1aec3f136245aef56ef37ee21f15a37e3f ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'BUSG', 'GPOS', 'GSUB', 'OS/2', 'SOPG', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Copperplate.ttc 677220fb63fb792d6f5e539a87e0fc81a41b23a4 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/PTMono.ttc c06086e281f7cfa477bb123721e8031732a3bcc5 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Farah.ttc ffa3d1b2f8aeae20c2cdecd8519144f3da9f364b ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Arial Narrow Bold Italic.ttf c99bb378b2d293fd728c6d35c7ad713a5239ced3 ['DSIG', 'LTSH', 'OS/2', 'TSIV', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Malayalam Sangam MN.ttc 29ea6f277bb5269741d379cca8b1d3c466a2581a ['OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'xref', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'xref']
/Library/Fonts/ChalkboardSE.ttc d7a3c6ba813c4113cdd36120558c9ac63ee4ac9b ['GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/ITFDevanagari.ttc caa3aad395fb68ef7a98c46f9379233edcff2f95 ['CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Bangla MN.ttc 1491b8382496ecb73c22d37594851752de94d5d1 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/STIXNonUniBol.otf 4abecd774fd4cdacdd59ced2f4c6fc1c449e9341 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Arial Narrow.ttf d9285de70e5917b78d4669587c1c49fe7b60eb30 ['DSIG', 'LTSH', 'OS/2', 'TSIV', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Bangla Sangam MN.ttc d1cf7794177ff9bb42eccb884005b9bc8136f4f6 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'TSIV', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Tamil MN.ttc e1df5e056be08937fd65990efbafff0814c03677 ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Gurmukhi Sangam MN.ttc 92e1c3734b0b60b3ad38fb1059ae0c3f9c6b7f0e ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/GujaratiMT.ttc 8964e6ba9fc3458f8a4c07cdcd7a475451d7bf52 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Diwan Kufi.ttc a0003c708b01dd50b4a872f34ad0c968ae4d8364 ['OS/2', 'PCLT', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'PCLT', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Courier New.ttf 88d2006ca084f04af2df1954ed714a8c71e8400f ['DSIG', 'EBDT', 'EBLC', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'VDMX', 'bdat', 'bloc', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Wingdings 3.ttf c9a2ce84eb8aac859b71afe0cb9a06c5a972e493 ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Wingdings 2.ttf 95ec967c0acea2ec57cc59d4059272aa1acda2d5 ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Hoefler Text Ornaments.ttf 125656760f3f7030471beef5f6a53dc1b682bd83 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Tamil Sangam MN.ttc 1e3afda2bccda7717cdc92b8f4ce4a7035c665f5 ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Bodoni Ornaments.ttf a199c2441089e0d59f2a20e44a441c4040883d75 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Cochin.ttc 384af9b4b7a2814262c157e6313545fab7688a47 ['GPOS', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Skia.ttf caee56fc4085009c1a29a863500908050ea6248f ['OS/2', 'bsln', 'clas', 'cmap', 'cvar', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'trak']
/Library/Fonts/Trebuchet MS Bold Italic.ttf b0561d3502f93db27a1d2cac014667a438cfef43 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'MTfn', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/DevanagariMT.ttc 578441c50d4e0373c2d8b770a96839068de91e5c ['OS/2', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Kannada MN.ttc 3f2027b90cb11b5245109e70ef7081ea8311dc9d ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Beirut.ttc a82d29cf25ed6db1797360577ef1f70a1c01a98d ['OS/2', 'Zapf', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Impact.ttf dea9d702c6d33a1d66b132f4c13541e6f97b7367 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Kokonor.ttf 14a5c850ba917d9ec9f6bb9b1fc59b1d95512da4 ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/NewPeninimMT.ttc 5aa890974045eca37807d638e7b8226ae68bb265 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/STIXIntUpBol.otf 969a0f09ef21c2f5e3786d5b20b9722f92b67ce1 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Gurmukhi MN.ttc 03a3e6077d53c7d5effea9e9d5c4718c291a798c ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/STIXSizThreeSymBol.otf fab3e3a0f19e637730fc06248613280ee640ff21 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Tahoma Bold.ttf 12fc4538e84d461771b30c18b5eb6bd434e30fba ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Arial.ttf ed3e64b6fbd7c83489b4a2e1b3d653968359a497 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Diwan Thuluth.ttf 94f3e2c971a1448a01a86f48c5af6dc06f6562f6 ['OS/2', 'PCLT', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Ayuthaya.ttf e8f33ac701adcf51ad8c943ea1397f24e1368895 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/STIXIntUpReg.otf d6dd6941c2570059fb9c59d4d11469f752d93d22 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Sinhala Sangam MN.ttc 562c6fe0a39c9fda50c9eea71bed796a1f46b4fd ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Khmer Sangam MN.ttf c332ea0c974b20f6ca25ef26704e35f7ad85d3f9 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/PTSerif.ttc 78ff8549e722acb9a85cc9928d78faed495769e2 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/STIXSizThreeSymReg.otf b83e086d87f4e4dffde8964fbf227b0b1d0dedff ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/SnellRoundhand.ttc fd028b307f9f5bbd308282e4f2621cc9691a81f5 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Chalkboard.ttc 9dd9c6744b4d5b10ac703db8a5d37f62dda6672e ['LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Bodoni 72.ttc 999525f15a5f1da5121fa1597673e94dff6d344e ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/STIXNonUni.otf a4048cdb916330c50ba02569b7cc1a557f5f7907 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Mshtakan.ttc fa26d677ad47d5dc08d16f4cef58f2481471327a ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Trebuchet MS Bold.ttf b8e5c172103e0764632419bdcd13e359142eedfa ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'MTfn', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Lao MN.ttc 7f0a866641ce1bd7cc1377938c3a0ab8a92294b5 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Sana.ttc 607db832c74d2e25f8c103a8ad1ee1d7d39bdef8 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Arial Black.ttf 5cc011e77c1f29808b2853e139a1528fd7236da9 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Baskerville.ttc 85ab947f410452352b1278acc7272b3196191c80 ['OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Courier New Bold Italic.ttf fa62ed6acc7d18ce5d4c0972d40c42643c990dc2 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Comic Sans MS.ttf ec4de229af07297ca5bdc9e46fa4db4a3954ec86 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/InaiMathi-MN.ttc f1b733dcfae3571c3eafc4b0eb09ad6f8899e175 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'TSIV', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'GDEF', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Telugu Sangam MN.ttc aff069d22db00f8162cd18dbf16aa0ee93a178fd ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Hoefler Text.ttc f07aca35acc93864ee51ec9a0cfd541b1ae30a02 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'meta', 'morx', 'name', 'opbd', 'post', 'prep', 'prop', 'trak', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'meta', 'morx', 'name', 'opbd', 'post', 'prep', 'prop', 'trak', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'meta', 'morx', 'name', 'opbd', 'post', 'prep', 'prop', 'trak', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'meta', 'morx', 'name', 'opbd', 'post', 'prep', 'prop', 'trak']
/Library/Fonts/DIN Alternate Bold.ttf b13d67a9c86962aaf2fc2f6ae28ca12f299bc01f ['GPOS', 'GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Wingdings.ttf 5ff4be6c64488e8aa34d5060e7d9cf695559436c ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Sathu.ttf b94cb512cb833f4a7652d2494ca3fb596b9228b9 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Gujarati Sangam MN.ttc 2bc294b866120ef30a97c6379a8e2b55a16531ba ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Arial Bold Italic.ttf ff101775b28f1a9592fd5cc11f672caa57bbae3d ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/STIXSizTwoSymBol.otf 110415a5c76be8e738ff38ab997821788648fdce ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Tahoma.ttf b0d36cf5a2fbe746a3dd277bffc6756a820807a7 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/EuphemiaCAS.ttc 5fa94f79116a238a53e70f4acb367a3b89b3cf2b ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'EBDT', 'EBLC', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/PlantagenetCherokee.ttf 0d0fe2662398ff5818c2eff0920d781639c126b1 ['GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Didot.ttc e46fbf5614b431e90928f4c98233428fd9faffd5 ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Georgia Bold.ttf 67b1de4b2395ddafcc4b7c619a923894f3e4ecdd ['DSIG', 'GDEF', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/STIXIntSmReg.otf 09c322fd43a26e7178ab7407effd3bb599e0138b ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXNonUniIta.otf 07a7313fb22e1c073c73a1fbb2304111a2751bf7 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizFourSymReg.otf 5c68fd6ce802abdf6303da7ac23150fc8899f97f ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Verdana Bold Italic.ttf 5cccb10bdec92956f2a9080dd848084a6d79d19b ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Microsoft Sans Serif.ttf 11a956a906fa0785e99b77b907e6b6327591384b ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Georgia Bold Italic.ttf d578770a24251c865b464f4a573c9f24ccddd41e ['DSIG', 'GDEF', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Arial Rounded Bold.ttf 8059e3541a420a5a2f60d99c46d8cc4a5bba3b8f ['DSIG', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Times New Roman Bold.ttf 9d83d50fac0ce77901a4b8fc985e8723ab7ba537 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/STIXSizTwoSymReg.otf aa7fca4a3a098c31b1825fc80c8169ee7d586513 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Khmer MN.ttc 37687fe0bd2548e08e29c92a30e476367ae6356b ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/STIXGeneralBolIta.otf bc0b4691002e3cd665d99015a39c201d55b846f8 ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Krungthep.ttf 96f93ec13366f94c457ac631e2b76c5d2b68bbd6 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Oriya MN.ttc a04247b73f2edd8f79f73b824258b0c63ac36f04 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'PCLT', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/STIXSizFourSymBol.otf fe140450f96d8fd0a09fd285fcf9ebd1b19939bc ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntSmBol.otf ed8210c42823b3267ae338adfd5146dfbc697cc8 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Gurmukhi.ttf 6d934577873da8b4d8ecaa82ac8c75c3efc0a7c9 ['OS/2', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Al Tarikh.ttc 1dcaa9f2bd6cf2c7f82429620b04ffced55f940c ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/STIXNonUniBolIta.otf 54310ef662eeb97cbdb39865207c6cd7980f1347 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Raanana.ttc e8d26586d96aa68a300d004352245f457a05c268 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Andale Mono.ttf 2cd76a0098cf9ec2a74f51a0852918c489a516f4 ['DSIG', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/GillSans.ttc b258abd76103dc44e759b2242044066077e77862 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Mishafi Gold.ttf 8ca87b2767606e4adfe7db6ea02b29b85f5f2801 ['OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Herculanum.ttf 530a6361f603c17162a79e9dcd761b9a0e66a5bd ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Damascus.ttc 65d7f710cdb679459ec06a062ca6a70da061bf93 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Waseem.ttc 00cbb8298f1491860314c0e4cb145525c6a26e11 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/STIXIntDReg.otf 31d3f9ed39e68f3752e0582c9bf81099248ace01 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/PTSerifCaption.ttc acafd1845acf8b897e0702f0c48b5441bc0c1b76 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/STIXVarBol.otf 1c84ca74f4e21d2d55d0da5674b6021d3dcdeb5c ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Comic Sans MS Bold.ttf 852b3f73cd3b5034342079b12fcdee37740c43d5 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/STIXSizFiveSymReg.otf 860be4c65eab5d8eb5d744997110c9ef69ce6246 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Arial Italic.ttf 754da4fd65ef52942d668a049e01d7769a39f71b ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'PCLT', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/SignPainter.ttc 03c885aefe51b04d0de96590e7918c61a87d9068 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'kern', 'maxp', 'meta', 'name', 'post', 'CFF ', 'DSIG', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Oriya Sangam MN.ttc 92f698866410a228d06a68ac0e01b79231439dc1 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/STIXGeneralBol.otf 5b280cb2e89994c4ff54f3c8511a93ed471ffd0a ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Verdana.ttf f4ffa8f053a1ed673465a0e1d2f196655aa36401 ['DSIG', 'GDEF', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Shree714.ttc 32f2ac615cd440effa410e0efe5cce171d3b9abb ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/STIXIntDBol.otf 4b1e0f4934290dd19ccae6f1be90fe4eaa854a23 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/Songti.ttc 8729462cae580733a2900671882d49ec728fba77 ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx']
/Library/Fonts/DecoTypeNaskh.ttc d17260b1a4b2e0347ee39e22f1926b3f7cae2146 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Arial Narrow Bold.ttf 84a2de2e969aafe8142309cd852cfe41ddabd2e7 ['DSIG', 'LTSH', 'OS/2', 'TSIV', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment