Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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.)

share|improve this question
1  
The .ttf format is not TeX-specific: I'm not sure this is on topic. – Joseph Wright Jun 6 '12 at 8:23
Perhaps I overestimate the importance of .ttf and other formats to the tex community. – user15340 Jun 6 '12 at 8:56
1  
The closest to machine-readable you can get is by using TTX to dump the font file into an XML representation. But I agree with Joseph, it is off topic here. – Khaled Hosny Jun 6 '12 at 9:01
1  
As far as I know, .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
Aha, I'll get right on that (don't know anything about XML at the moment). Much obliged, and sorry for posting off topic. – user15340 Jun 7 '12 at 11:32

closed as off topic by egreg, lockstep, diabonas, Marco Daniel, dıʞsdoʇ Jun 13 '12 at 16:29

Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.