I'm trying to educate myself about font systems, and I'd like to be able to look at an actual ttf file the way I can look at a metafont file. However when I load the file in a text editor (aquamacs) or in TeXShop I can't make anything out that corresponds to the documentation I found here:
https://developer.apple.com/fonts/TTRefMan/index.html
Am I doing something wrong? Can anyone help me out? Thanks.
(More generally, I would like to be able to look at other kinds of font files this way, but I'm starting with ttf. If anyone has any advice, bombs away by all means.)
.ttfformat is not TeX-specific: I'm not sure this is on topic. – Joseph Wright♦ Jun 6 '12 at 8:23.ttf(and.otf) files are not human-readable in the same way MetaFont files are: that's why tools such as FontForge are used by font designers. My point was not that fonts are not of interest to TeX users, but that 'modern' font file formats are not TeX-specific, and also that working with fonts is somewhat distinct from working with TeX. I'm not sure how many TeX users worry about the 'internals' of system font formats, other than those who are font designers. – Joseph Wright♦ Jun 6 '12 at 9:01