Page 1 of 1

All Fonts On System

Posted: Wed Oct 29, 2008 12:17 pm
by jeslar360
I have a program that is in need of a combo box, for selecting a font. I do not intend to use add demos of the fonts to it, because I do not see the need. However, I do need to know how to get the NAMES of all the fonts on the system, so that I can populate the box properly.

Posted: Wed Oct 29, 2008 12:23 pm
by srod
Have a look at EnumFontFamilies_(). (Windows only of course.)

Re: All Fonts On System

Posted: Wed Oct 29, 2008 1:11 pm
by PB
> I do need to know how to get the NAMES of all the fonts on the system,
> so that I can populate the box properly

Use the search function here, please. It's been answered before.

Posted: Wed Oct 29, 2008 3:26 pm
by Fluid Byte