Skip to content

Instantly share code, notes, and snippets.

@ebraminio
Last active November 29, 2018 13:08
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/1704341fa16b06979e605aafd88198cf to your computer and use it in GitHub Desktop.
Save ebraminio/1704341fa16b06979e605aafd88198cf to your computer and use it in GitHub Desktop.
10.12.6 fonts tables
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)))
# old code
#!pip3 install fonttools
#
#import os, fontTools.ttLib, hashlib
#
#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')]:
# try:
# print(f, hashlib.sha1 (open(f, 'rb').read()).hexdigest (), set(fontTools.ttLib.TTFont(f, fontNumber=0).keys()))
# except:
# print(f, 'Error while parsing')
/System/Library/Fonts/Apple Braille Outline 6 Dot.ttf b9327a00494a4d72d292481e17556b41d363ce10 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Braille Outline 8 Dot.ttf 07609a27c1946bcec3ef18ef2d3045bd449fdc44 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Braille Pinpoint 6 Dot.ttf 1b7a8e1dbce361109666e5257e8338400c83f0a1 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Braille Pinpoint 8 Dot.ttf 038b7ab0f298de07a28361ddeab805774b151447 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Braille.ttf 7fd1a964f02b62fd4a6e25fae4e202a47629f593 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Apple Color Emoji.ttc d2fe8a134483aa48a43a9d1e4b7204d37a4abdf5 ['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/Apple Symbols.ttf 375058534e5601034a5ee97c091769cc4819a9a6 ['OS/2', 'Zapf', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/System/Library/Fonts/AppleSDGothicNeo.ttc 407f8d6969b5540d1b111d6b9762834dc0ba3da6 ['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/AquaKana.ttc 849584c22aea52aa334f6048d1e8d13b2e9b08cf ['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/ArialHB.ttc 308f7b24ae61b80ae18afd251e553075501ff780 ['GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'xref']
/System/Library/Fonts/Avenir Next Condensed.ttc 819b7297e768ff2c1f74201a33560d390c9e1803 ['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/Avenir Next.ttc cc9f93f120fe3c9ca5607980268c9d1d6287fa7e ['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/Avenir.ttc 1f26f6d0740608ecdd869335130a7a6db1cbc96a ['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/Courier.dfont f3c6cfe009f0a61f1d920204c63b908f33f787e3 ['Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/GeezaPro.ttc f43ee7151c2e9f1dddfbc26cfc148609eb5c5820 ['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/Geneva.dfont dcf1ad4ec994bdba3d8ed228b87d388804694476 ['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/HelveLTMM efe2a3779f97f47afc272b31ae2549912ccd61b2 []
/System/Library/Fonts/Helvetica.dfont c7bec2785a4c402b7809b5e35337c3d24c18e281 ['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/HelveticaNeue.dfont c75241dd75a49ae1fc8cf3973e2102a940dc19e7 ['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', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', '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', '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', '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', 'loca', 'ltag', 'maxp', 'meta', 'morx', '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', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/System/Library/Fonts/HelveticaNeueDeskInterface.ttc 904e913210d4d46d1591372ec6dd8ed52da78248 ['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/Hiragino Sans GB W3.ttc e9a338f82409039cd5e1f4f559355095eec2b552 ['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/Hiragino Sans GB W6.ttc c08334b59e08f0033805a9449c334de9ba81878e ['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/Keyboard.ttf bd475361e00b806c2323c207a54f078be9aabbd8 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/Kohinoor.ttc 3e2b76847055eb2eded79fbe8d0df5f6e8cc13e4 ['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/KohinoorBangla.ttc d7ae70a7569cc81f0b36d56ee4941612ba77b419 ['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/KohinoorTelugu.ttc 15c4a65ad9093f11e452a5b81ddfd4473e1a80ac ['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/LastResort.ttf 6844ace09037774e8641fd82ab4c2554b0419c83 ['cmap', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post']
/System/Library/Fonts/LucidaGrande.ttc d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062 ['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/MarkerFelt.ttc ba65a04973db0ab75b1953932c1c14c0cebd59b0 ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'mort', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'mort', 'name', 'post', 'prep']
/System/Library/Fonts/Menlo.ttc c2a83d4744ced13049305ddd13b7590c505354f6 ['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/Monaco.dfont 5dfe7274fa0b15c8758e25d541a8b5763eb331ce ['Zapf', 'bdat', 'bloc', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Noteworthy.ttc be217b3991825385fa884daecb3a8100ad19d4bb ['GPOS', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep', 'GPOS', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/System/Library/Fonts/Optima.ttc b210da9bd2fd6a1d3bfd067edf0ec0b7381cde2c ['OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'mort', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'mort', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'mort', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'mort', 'name', 'post', 'OS/2', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'mort', 'name', 'post']
/System/Library/Fonts/Palatino.ttc 6bdf3034782b251dd0bff72793f6dd56880c8ac9 ['GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'GDEF', 'OS/2', 'Zapf', 'bsln', 'cmap', 'fdsc', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'GDEF', 'GSUB', 'OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep']
/System/Library/Fonts/PingFang.ttc 9961aec4ae5658334344595dd0e7f0e34656b9da ['BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cidg', 'cmap', 'gcid', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx', 'BASE', 'CFF ', 'GSUB', 'OS/2', 'VORG', 'Zapf', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak', 'vhea', 'vmtx']
/System/Library/Fonts/SFCompactDisplay-Black.otf 481230298751aceabaca57ae26c1037194554ce6 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Bold.otf d2765c830170c333ccc9be14c4c886f305f58183 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Heavy.otf d6d52e5022d9d9052beb19cbff271c904ef29b49 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Light.otf 397ecd6f86cc96be4a1cebd508ff19be529bf914 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Medium.otf bc34b963b1f39c1d63d5346d5c372d5f540a633c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Regular.otf e2d614d892f0eb9d851d1a5d034ff78aff47d91e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Semibold.otf d14140c089d6b3d51a22fb6b9762b33eb8f22215 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Thin.otf 3f551b5f4accaa7c432027bb570a7aaff0b3f694 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactDisplay-Ultralight.otf e011256a7ac3e75c0ea6e7a3ae053d453cb36e24 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Black.otf 5c0c8dfdc4a6b53d4c85e1fc3a89594fb5725007 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Bold.otf 286702d7a0b6e49f502028d47402a8e102c2ec92 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Heavy.otf d4d1571cf120efc89dae3f059affd4db54837576 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Light.otf 07854010343cf8dba2db18f2e7b3f6cee8b43ada ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Medium.otf 16e07a44cbe1c7663c16cac4b92cd1351a144c62 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Regular.otf 259f1cfc5d3ce8191c803224419ccb9b86d32150 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Semibold.otf 03fbdbb7c43e1849db9013b6afd476c50615da4b ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Thin.otf fc2174fb71cbcf29e5f2a5be7172837a9521053a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactRounded-Ultralight.otf 5262d6ad7ad658d957598ec200bf889be3e8f87f ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Bold.otf 4ec4547910f53a25c6c8f9c3f6d78a1c1346303e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-BoldItalic.otf ab3072fdf16fe4eee42dc130b220983c78babf5f ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Heavy.otf 11b831824feacf3be4075ad538870d3dd2b9e8da ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-HeavyItalic.otf ce4294fa7a1d6f2d1b41c59043fcda2dd45ccac2 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Light.otf 792d70df5f64db547b765f01b4fb8471b149484a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-LightItalic.otf 3eed4683b2393b4e0fc53913443d01ce17e577b5 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Medium.otf a34805d5d3eace3f56d49dbebba69a300d015d80 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-MediumItalic.otf c0b2800a278daa2b1d253cc024fe0876e636689c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Regular.otf af66177377410d8f82381accd1f6d609a3a4bb6c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-RegularItalic.otf e6e2fd851a8965873f29c30ed55a12ef27f72d0e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-Semibold.otf ee2ea4be8065638e99f0573178ddca78b045872e ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFCompactText-SemiboldItalic.otf 80f2ad1d8d0081167076d9ff06b6924f4a0286eb ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplay.ttf 92787c30716672737e9059bc367c15d04fbc1ced ['GSUB', 'OS/2', 'bsln', 'cmap', 'fmtx', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Black.otf 2b845af0a36e719538bfbb60c9ff3c6ad2b2f635 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Bold.otf eb8a09f448787ce899b87ccbdf870c63d47c5651 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Heavy.otf 4ca4cd4245dbae6687e96f1e02376ce2f31e6ba5 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Light.otf a3e9667e00a696392b476b5dbec64d1b454d649a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Medium.otf 34965d79579c4279d8c9770d50ff59ee72bdbd31 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Regular.otf f43ccc28849bcd66ac40473f9b984a4f583fb20a ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Semibold.otf b017e4b3437a5ba0a221643a93b8855a468a995b ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Thin.otf 7e1dd3720e224132e6334722c858261509573f1c ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSDisplayCondensed-Ultralight.otf 97129c6cef7c4c54cdaa5dc45c0ed68ab3f2e0b7 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSText.ttf bb8d11610d317a9fe9bf4ffcd3b343dcdd170434 ['GSUB', 'OS/2', 'bsln', 'cmap', 'fmtx', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Bold.otf 6edfb70b838cc91e5c7a016b4f2d09374130f800 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Heavy.otf 0b8aa0f167a89f337e73d8c5f93ec0863a723b3d ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Light.otf ca7c010da4cbd659e1e71ea5226cd879874874dd ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Medium.otf f58742f9df810d10edabe22639336f443b55d5e1 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Regular.otf 983420c6b48341c70e4262e5e2e0e033f7108b7d ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextCondensed-Semibold.otf 7511140b536dd15786b6a0f39ebc166ec649a885 ['CFF ', 'GPOS', 'GSUB', 'OS/2', 'bsln', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/SFNSTextItalic.ttf 15cb7178d8119aae403558b9978b8e2b982e2921 ['GSUB', 'OS/2', 'bsln', 'cmap', 'fmtx', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'name', 'post', 'trak']
/System/Library/Fonts/STHeiti Light.ttc b850a39e7887d392d093c430719085aa8ced800b ['OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'gcid', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx', 'OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'gcid', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx']
/System/Library/Fonts/STHeiti Medium.ttc cf3334860abd848b7fc21871c96698e7ceab0902 ['OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'gcid', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx', 'OS/2', 'bsln', 'cmap', 'cvt ', 'feat', 'fpgm', 'gcid', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'vhea', 'vmtx']
/System/Library/Fonts/Symbol.ttf 227b710c7c96d877e5c111f281ef4e2704c12444 ['GSUB', 'OS/2', 'bdat', 'bloc', 'bsln', 'cmap', 'cvt ', 'fdsc', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/Thonburi.ttc dc1c4d008fc4c8807b57dcee0dcbda295873e392 ['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/Times.dfont 39c954614d3f3317b28564db06d5b7b7a6ff0e39 ['bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/System/Library/Fonts/TimesLTMM ed4d75c6d720872b24c9081e046dcc8040e0eb6f []
/System/Library/Fonts/ZapfDingbats.ttf d56d512a51aaaa4116425b5037b393b0908e5e24 ['OS/2', 'PCLT', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'mort', 'name', 'post', 'prep']
/System/Library/Fonts/ヒラギノ明朝 ProN W3.ttc e3bd65c7209ceab2c70ef22d3ebe0967ab319ed3 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref']
/System/Library/Fonts/ヒラギノ明朝 ProN W6.ttc 19e9c7e291f29e83a9db0bf40c19102f2e0a9493 ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref']
/System/Library/Fonts/ヒラギノ角ゴシック W0.ttc 22bfb0d671d4428800d6f5813ca41479f358997b ['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/ヒラギノ角ゴシック W1.ttc 0834391a8c8adb2e7efb18885ba38beb8e3dbee2 ['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/ヒラギノ角ゴシック W2.ttc d968113b67ed80342cad9d27011b56d35bb54f5c ['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/ヒラギノ角ゴシック W3.ttc e87acfc724fa783965aae43562925a09506985e3 ['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 2f2c243aefdfdb700167534a3190652b1993048f ['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/ヒラギノ角ゴシック W5.ttc a4dff95cf06850a81c46daec69873d83b9561cbc ['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/ヒラギノ角ゴシック W6.ttc 418196306b109551c5f145f7cb64f6a38b186bb0 ['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/ヒラギノ角ゴシック W7.ttc 314220bf6d750eed297e75574939a30af7734736 ['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/ヒラギノ角ゴシック W8.ttc b553115b1bd564be71b28f42e2bdd0e05a314773 ['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', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref']
/System/Library/Fonts/ヒラギノ角ゴシック W9.ttc a40698856a247d3b527e5543c464bc999b7ebe6d ['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/Al Nile.ttc 57206afceedcdfa1389f5b7d0f3f37a15b746909 ['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', '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', 'name', 'post']
/Library/Fonts/Al Tarikh.ttc b0c765bea82547381c293dcf526a8f267da85720 ['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/AlBayan.ttc c9d5ff3b4b90b3e814d1a4ee26ed4f74e53ada1a ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'name', 'post', 'prep', 'prop']
/Library/Fonts/AmericanTypewriter.ttc 70c4038e0e554c914cbbb90d885aa9183c1b535d ['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/Andale Mono.ttf 2cd76a0098cf9ec2a74f51a0852918c489a516f4 ['DSIG', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Apple Chancery.ttf 5fc49ae9bce39e2105864323183b68ea34c9e562 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'kern', 'lcar', 'loca', 'maxp', 'mort', 'name', 'opbd', 'post', 'prep', 'prop', 'trak']
/Library/Fonts/AppleGothic.ttf dff14d2a827a1d83b1b63907b11a206186b2b222 ['cmap', 'cvt ', 'fpgm', 'gcid', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'vhea', 'vmtx']
/Library/Fonts/AppleMyungjo.ttf 9eb677e558c006935f52cc0c90c0762a696d8022 ['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/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/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/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/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/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/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']
/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/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/Arial Rounded Bold.ttf 8059e3541a420a5a2f60d99c46d8cc4a5bba3b8f ['DSIG', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'kern', '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/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/Athelas.ttc 457a7996499192f98048a93cbd7b91f8c9ed5fa0 ['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/Ayuthaya.ttf 13728edea91366344c11b02f27097fa879a0c3e7 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Baghdad.ttc 8808994eb244897d304e6665d9534e0ff70eaaff ['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/Bangla MN.ttc 2728168f8e7a989e027bdcba13dc303fe70b5818 ['GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Bangla Sangam MN.ttc cf0b34408273e544f0150e3ff8cfbf0dcf485a8a ['GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Baskerville.ttc 4815535569934e4063ed13fc203c752ff0acd395 ['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/Beirut.ttc 5cc326c39c7af0b4a1ba50df8cdbe6a4b1cf5dc8 ['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/BigCaslon.ttf cd94afc7ebeee4629feb6d328f2c016aecd5ba75 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'ltag', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Bodoni 72 OS.ttc 75c2bd05a84038206c942102d01153ef1c2afc24 ['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/Bodoni 72 Smallcaps Book.ttf 5cc42e3200f907090a7bfa034fe2820ad02f903b ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Bodoni 72.ttc 03a7894af5d4f29be78d81674387218dfb552442 ['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/Bodoni Ornaments.ttf 0373720842675776b98b2415797464b751df2acc ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Bradley Hand Bold.ttf 18df859e72d347b38576ca68c069a048fea710e9 ['OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', '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/Chalkboard.ttc 4106919383d8b3e12584b15acd4f5c176e067c6c ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/ChalkboardSE.ttc b84f5b0c9e1a5682f7a2b662a62d31bac4718cd3 ['GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'feat', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Chalkduster.ttf 9943dc653e79dd4c118f85bd842e100026bfcedb ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post']
/Library/Fonts/Charter.ttc a072e71c93fd61aaf55252028e2bcb7ed5c5aa61 ['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/Cochin.ttc c6ab7a2498edc35d401d21ed05bf005702a6b4be ['GPOS', 'GSUB', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GPOS', 'GSUB', 'OS/2', 'bdat', 'bloc', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/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/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/Copperplate.ttc e41d03430ef4968c4d9fcd3b0f512c8d9d55af51 ['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/Corsiva.ttc 09454754f0128b6ce89d2714c9578f81440707e3 ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/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/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/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/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/Damascus.ttc 83aad6f50c9a2d2d29cfe918bce8f32404d80204 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'ltag', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/DecoTypeNaskh.ttc 7e1ef867c1453eaa64e57ce12b2dc61f55d090df ['GSUB', '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/Devanagari Sangam MN.ttc 959e1fdd7cda82a3d8fd6e5e2f011080b3046fac ['GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'ankr', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/DevanagariMT.ttc 44a5e8ae503a0017222f67e93e119061725a839b ['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/Didot.ttc 9f0620c720804a9a41fdb1cdb7a9f2acf577a86b ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', '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/DIN Alternate Bold.ttf a11754666de4082344cecea725ed882eb3484891 ['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 746d519a1893ee0d2ca00de59f675894f66de861 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Diwan Kufi.ttc 69efee831f7df7784cd81012f2d579e57da2094b ['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/Diwan Thuluth.ttf 5a862a305311ac835456d1a6988bf03563094177 ['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/EuphemiaCAS.ttc ff132f8bf6bf4d15d06b29c6ce0aadd2744bcc7d ['OS/2', 'TSIV', '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', 'TSIV', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/Farah.ttc 25cb8cadae34836b199f910c97a02028c36dd73a ['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/Farisi.ttf e0ab7a24994ad88a9b8c38b017b6e937bc1ac828 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/Futura.ttc 9f39b2b2ef399d157563ed892428f5cede5afe2f ['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/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/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/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/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/GillSans.ttc 12e6b81d634c959675c4d4325338d2b5c026140f ['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/Gujarati Sangam MN.ttc 92755e31e7f88510bd736abee5ead910eb3784f5 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/GujaratiMT.ttc 3178fabdf97578e43f771a5ab7d2c5b91943ae53 ['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/Gurmukhi MN.ttc b4fd108ed9d1d730038056aa1d343e5acc4d80fb ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'PCLT', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Gurmukhi Sangam MN.ttc 7f16265973a75605ca0480a154dba1313b6a0a1f ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Gurmukhi.ttf bdce7764d954d63b9526a6e38ca28e10c6fb3b5f ['OS/2', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Herculanum.ttf aa75d6592d04e7af57b0ef88606b0ac3aecf61a7 ['OS/2', 'cmap', 'cvt ', 'feat', 'fond', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Hoefler Text Ornaments.ttf 83c2a73ca271979bc701f016ec1302be60b326d9 ['OS/2', 'Zapf', 'bsln', 'cmap', 'cvt ', 'fdsc', 'fmtx', 'fond', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Hoefler Text.ttc 8705260b1b87871d84901bbd8008141a63b34edf ['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/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/InaiMathi.ttf 22cd35e8b70c1eff7aaee59d588ffb4c36c5dbe0 ['GPOS', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Iowan Old Style.ttc 4281024a2885cb2af899684d7aa32aa4f3501629 ['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', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'DSIG', 'GDEF', 'GPOS', 'GSUB', 'JSTF', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'name', 'post', 'prep']
/Library/Fonts/ITFDevanagari.ttc b03fedd0cd79fb0a4e6a83ca127e55827b4b3cb9 ['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', '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']
/Library/Fonts/Kailasa.ttc b18fcbec3bfad2b0b2e7e90a5399624c63612d27 ['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/Kannada MN.ttc 6ade5f683527081a09a23314ab5c9687f1cf3f80 ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Kannada Sangam MN.ttc ea585c7daef2db334a83638cfa04946da140cf8b ['GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Kefa.ttc 4375568793c0c6b4aa2dccf757f3e275961fc210 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'xref', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'kerx', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'xref']
/Library/Fonts/Khmer MN.ttc 5f5b1072df99b7355d3066ea85fe82969d13c94a ['OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Khmer Sangam MN.ttf 57800fad6e05c0e7d4d35492d0c23edf8b6bc705 ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Kokonor.ttf fe9d518bb4e20e77f7a0444c82f4d41467dd714d ['OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prop']
/Library/Fonts/Krungthep.ttf a36621566a706c8599125852e7dab7c1f4a629b5 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/KufiStandardGK.ttc 4f353321b9e00a423966ab6eff8a7d72faff76bd ['OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'fdsc', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Lao MN.ttc e03b5c958d270761150790557d3a52a713020983 ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Lao Sangam MN.ttf 858a53bdeadbd0adcfc49a0cb80cffc7daeb3d72 ['GPOS', 'GSUB', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Luminari.ttf 1ff0ca208f7d7c0378632ce7895d583fd7ff34f6 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Malayalam MN.ttc 16a748e388f726424a96efaa8f261a2f5808fd34 ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Malayalam Sangam MN.ttc ef1eb082ca1e124400bb10e4087e32ef5420b9d9 ['GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Marion.ttc 2249e258add0997d41cb7d802dfab85d2efc5e85 ['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/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/Mishafi Gold.ttf 2d5cd922f403a320efae0c06c0e7002bb65c9107 ['OS/2', 'cmap', 'feat', 'glyf', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Mishafi.ttf 69711976d7364f8e58cc7ce8e459f886d42ad4e6 ['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/Mshtakan.ttc e508ca2fbe1f97733fb48eeea45c0ef012612409 ['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/Muna.ttc bceb2b19f94f0cafe789abe555f977601781c6f3 ['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/Myanmar MN.ttc 487603146fd2be253025e1f57208fd447163cf56 ['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/Myanmar Sangam MN.ttc 3571e5b2c6900398305cb345db63bfebe30df55b ['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/Nadeem.ttc 32ff8181c4ead329841cb8f1e923ff94f670fe41 ['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/NewPeninimMT.ttc 32ca03b6f8c798d176e75a77ee52d4e5451f151a ['OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'just', 'loca', 'maxp', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/NISC18030.ttf 14a0a55adbe33ecd0012f171c6f264ca0e366e54 ['OS/2', 'bdat', 'bhed', 'bloc', 'cmap', 'maxp', 'meta', 'name', 'post']
/Library/Fonts/Oriya MN.ttc 56c3f9f301c8fb80bdbd92635f793a37d11d3407 ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Oriya Sangam MN.ttc 9124663e29c64294fcdf7b192f1d09687eab17da ['GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Papyrus.ttc 4cd84fd603f5b0fc7bed27e0b240514b72098b07 ['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/Phosphate.ttc 0cb861a52fe16b6d6d2210c27dc270040df147cf ['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/PlantagenetCherokee.ttf 645057e8de93b094bf5e2fe9270662346f523089 ['GSUB', 'OS/2', 'cmap', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/PTMono.ttc 0b2121dc1d81ebb25265eb76bf0bf950260e64ad ['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/PTSans.ttc 00ca62a3370092fffd9581911656d98d950e3ef0 ['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/PTSerif.ttc 484a6805bf7b17507ed72113f900e7bb6244d90a ['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/PTSerifCaption.ttc 0373259e35a09fb9a0ff0519177fa66144cb8001 ['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/Raanana.ttc 7e6c251d94be969a54e74129d49a65f9be7de64a ['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/Sana.ttc e41a3396c6056b8f61fe410897fc1102c2d34a8a ['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/Sathu.ttf 968515a16ae6fc4a4843653c941ed4e74f20cbe9 ['OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep', 'prop']
/Library/Fonts/Savoye LET.ttc 0e3c0ec32e93b707e723b154bcd390deb578d649 ['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/Seravek.ttc cd201c161e70bf36168d23d597ce6c8109cd198b ['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/Shree714.ttc f0ae9aed3418c30736f5324ee51b872d2821a0ee ['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/SignPainter.ttc 8310435d75873a612feff54f126b3c6ecc678202 ['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/Silom.ttf 9dbe7a71842b40d603931658d702a025d3967818 ['GSUB', 'OS/2', 'Zapf', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/Library/Fonts/Sinhala MN.ttc d9f22d92f04a4505b0379d85166264bdc57b772f ['GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Sinhala Sangam MN.ttc 35352b6bfcfd676a34eb1edff29226f4c7572de9 ['OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Skia.ttf a5361164b6f41f5998f5ac8618ecf900f3c4ad37 ['OS/2', 'bsln', 'clas', 'cmap', 'cvar', 'cvt ', 'fdsc', 'feat', 'fmtx', 'fond', 'fpgm', 'fvar', 'glyf', 'gvar', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'morx', 'name', 'post', 'prep', 'prop', 'trak']
/Library/Fonts/SnellRoundhand.ttc b3a9a31536da34aa69dd11ec38d21bc9c1bdb47f ['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/Songti.ttc ee36b80d42dcad666516cfa8aedd53e61e828d50 ['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/STIXGeneral.otf 99263cb43b9c88bb351768e0e219dd66e871b86f ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXGeneralBol.otf 5b280cb2e89994c4ff54f3c8511a93ed471ffd0a ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXGeneralBolIta.otf bc0b4691002e3cd665d99015a39c201d55b846f8 ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXGeneralItalic.otf 3be1cc84f2c6fb4b623bdb2542475220a7d11e65 ['CFF ', 'FFTM', 'GDEF', 'GPOS', 'GSUB', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntDBol.otf 4b1e0f4934290dd19ccae6f1be90fe4eaa854a23 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntDReg.otf 31d3f9ed39e68f3752e0582c9bf81099248ace01 ['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/STIXIntSmReg.otf 09c322fd43a26e7178ab7407effd3bb599e0138b ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntUpBol.otf 969a0f09ef21c2f5e3786d5b20b9722f92b67ce1 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntUpDBol.otf 0161342cd0480e25bcbd19fc88f04d01f69e3dc6 ['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/STIXIntUpReg.otf d6dd6941c2570059fb9c59d4d11469f752d93d22 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntUpSmBol.otf 9e27299d22721124bc52464da6452061aad31517 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXIntUpSmReg.otf f2e0dc36b76c693322a9dd05d4eec4e693de1da7 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXNonUni.otf a4048cdb916330c50ba02569b7cc1a557f5f7907 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXNonUniBol.otf 4abecd774fd4cdacdd59ced2f4c6fc1c449e9341 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXNonUniBolIta.otf 54310ef662eeb97cbdb39865207c6cd7980f1347 ['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/STIXSizFiveSymReg.otf 860be4c65eab5d8eb5d744997110c9ef69ce6246 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizFourSymBol.otf fe140450f96d8fd0a09fd285fcf9ebd1b19939bc ['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/STIXSizOneSymBol.otf c7c0c8d4d67e93f546781eb29911396eecc96cbd ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizOneSymReg.otf 1beeaf0aaac4dcac6dfaa80b0b16cd942089b3ea ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizThreeSymBol.otf fab3e3a0f19e637730fc06248613280ee640ff21 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizThreeSymReg.otf b83e086d87f4e4dffde8964fbf227b0b1d0dedff ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizTwoSymBol.otf 110415a5c76be8e738ff38ab997821788648fdce ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXSizTwoSymReg.otf aa7fca4a3a098c31b1825fc80c8169ee7d586513 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXVar.otf c4c431fb83c85dfab3c8398d045fdd4d2db51fe0 ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/STIXVarBol.otf 1c84ca74f4e21d2d55d0da5674b6021d3dcdeb5c ['CFF ', 'FFTM', 'GDEF', 'OS/2', 'cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'post']
/Library/Fonts/SukhumvitSet.ttc a2858ac5a85a56baf47baac3c14fbcc24dee62eb ['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/SuperClarendon.ttc 1d1c5dae57358b983178f8bbb31e5d30b44a8ab8 ['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/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/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/Tamil MN.ttc 37a2020c3f86ebcc45e02c1de5fdf81e2676989d ['OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Tamil Sangam MN.ttc 1dcff32b6114d5f47ef807f535472dd87db392a9 ['OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Telugu MN.ttc 2032907d63f35758c9ec2b9573425426607ab65a ['GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'PCLT', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/Telugu Sangam MN.ttc 84ce27a3f6e035f5a082b039d7f8702e1fb9296c ['GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post', 'GPOS', 'OS/2', 'cmap', 'feat', 'gasp', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/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/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/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/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/Trattatello.ttf 4f1b3c016fe9b32cb88bf4b6fadd1629c2c97ac0 ['GPOS', 'GSUB', 'OS/2', 'cmap', 'cvt ', 'feat', 'fpgm', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'ltag', 'maxp', 'meta', 'morx', 'name', 'post', 'prep']
/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/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/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/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/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/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/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/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/Waseem.ttc 7c0030679d2c6a0324010bb3b9c9e8cab33a1403 ['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/Webdings.ttf 692c526fb4fe56bbb4cec8f6278380e54ab421ab ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', '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/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.ttf 5ff4be6c64488e8aa34d5060e7d9cf695559436c ['DSIG', 'LTSH', 'OS/2', 'VDMX', 'cmap', 'cvt ', 'fpgm', 'gasp', 'glyf', 'hdmx', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'prep']
/Library/Fonts/Zapfino.ttf 9ee799ffb09516ead6b0cf6f2ca807276e150748 ['OS/2', 'Zapf', 'cmap', 'feat', 'fond', 'glyf', 'head', 'hhea', 'hmtx', 'kern', 'loca', 'maxp', 'meta', 'morx', 'name', 'post']
/Library/Fonts/ヒラギノ丸ゴ ProN W4.ttc 1ff26a56204c9dd5ce8fc0ef5e27351e6983ff7e ['BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref', 'BASE', 'CFF ', 'GPOS', 'GSUB', 'OS/2', 'VORG', 'cmap', 'feat', 'head', 'hhea', 'hmtx', 'kerx', 'maxp', 'meta', 'morx', 'name', 'post', 'vhea', 'vmtx', 'xref']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment