LOGFONT received by EnumFontFamExProc?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know what determines the LOGFONT values received by the EnumFontFamExProc callback function (for TrueType fonts). At least on my test system, it is not affected by current dpi settings. It's easy to calculate the point size for the values received but I do not appreciate any patterns. For example, some fonts have values that are related to 24 point and others to 12 point. Are they values embedded in the *.ttf file?...perhaps related to a master glyph size?