INFO: Complete Enumeration of System Fonts (99672)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
- Microsoft Win32 Application Programming Interface (API)
This article was previously published under Q99672
3.10 4.00 | 3.50 3.51
WINDOWS | WINDOWS NT
kbgraphic EnumFonts
SUMMARY
Complete enumeration of system fonts is a two-phase process.
Applications should first call EnumFontfamilies with NULL as the
family name to enumerate all the font face names in the system.
Applications should then take each face name and call EnumFontFamilies
again to obtain the style names (for TrueType fonts only) or the
supported point sizes (for raster fonts only). The style names are not
supported for the raster and vector fonts. Because TrueType and vector
fonts are continuously scalable, their point sizes are not enumerated.
Modification Type: | Minor | Last Reviewed: | 2/11/2005 |
---|
Keywords: | kbinfo KB99672 |
---|
|