I have a couple of bitmapped fonts in the form of *.dfont files. I would like to find out the “native” size(s) for these fonts. By “native” I mean the sizes (in points) of the bitmaps themselves, without any scaling.
I thought that Font Book’s ⓘ tab would provide this information, but it doesn’t (or it is wrong: the only size information it gives is, invariably, “18pt”, which I can see is obviously wrong).
Is there some other way?
Answer
You could try out Fondu, a command-line tool for converting bitmap .dfont files into the BDF format.
If the conversion is successful, these files can be opened with a text editor and they contain metrics information about each glyph. See the linked Wikipedia page for more details.
Attribution
Source : Link , Question Author : kjo , Answer Author : Jukka Aho