font
-
hi, is there any function how to enum fonts and posible size... I would like to make font dialog as a Paint.exe aplication has. Or is it posible to change CFontDialog to make it looks like font dialog in Paint. (without terrible subclassing tricks) Thankx
viliam
-
hi, is there any function how to enum fonts and posible size... I would like to make font dialog as a Paint.exe aplication has. Or is it posible to change CFontDialog to make it looks like font dialog in Paint. (without terrible subclassing tricks) Thankx
viliam
This might help you out:CFontListBox[^] BTW, please use the search feature.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
hi, is there any function how to enum fonts and posible size... I would like to make font dialog as a Paint.exe aplication has. Or is it posible to change CFontDialog to make it looks like font dialog in Paint. (without terrible subclassing tricks) Thankx
viliam
See
EnumFontFamilies
.