Detecting Font type.

Besides checking the width of character M and comparing it to i (for example) which will only be the same for a fixed width font?
going off memory some font formats do have flags that say whether a font is fixed-width but that would require you to understand the font format and parse the font file itself i think.
 
Back
Top