Reply to comment
While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?
While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?
Richard Moss
#
Hello,
Many thanks for the link. I stopped using
Graphics.DrawStringmyself some time ago (either usingTextRendereror usingDrawText,DrawTextExandTextOutdirectly). I wasn't aware that GDI+ didn't support some fonts properly, I stopped using it because it looks bloody awful and has no consistency with the rest of the OS :)Regards; Richard Moss
Roy
#
Do you have any example code on how to actually use this combo box in a C# Windows Forms project?
Richard Moss
#
No, I didn't do a sample for this project. Think of it as a list of font names, just drawn prettier. It doesn't handle creation of fonts for you, it's purpose was to allow the selection of a font name in conjunction with other controls for selecting styles, size etc. The
Itemscollection holds all those names, so you can useSelectedItemto return the selected name and so on.Regards;
Richard Moss