How do I add all the fonts installed on the system in a combo box?
Printable View
How do I add all the fonts installed on the system in a combo box?
You could use EnumFonts and in the callback function add the received element to the combobox
All the buzzt
CornedBee