I am writing a Win32 Console application and I need to change the font size to 18x10 pixels. I think this can be done with a function in windows.h but Im not sure which one or how to do it.
f_escobar82 0 Newbie Poster
Recommended Answers
Jump to PostThe function is called CreateFont(), not something for the faint at heart!
HFONT CreateFont( int nHeight, // logical height of font int nWidth, // logical average character width int nEscapement, // angle of escapement int nOrientation, // base-line orientation angle int fnWeight, // font weight DWORD fdwItalic, …
Jump to PostHi,
I wonder if you can go to your user community and just change the DOC in the README to change the environment defined by the icon. Right-click on the icon, change the properties to this x that, and then save. Yes, it is a user step. Or, maybe …
All 7 Replies
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
f_escobar82 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
f_escobar82 0 Newbie Poster
f_escobar82 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
kc0arf 68 Posting Virtuoso Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.