How do I change the size of the text I print with TextOut ? I've searched the MSDN high and low but couldn't find anything, it just tells you how to change the color...
Printable View
How do I change the size of the text I print with TextOut ? I've searched the MSDN high and low but couldn't find anything, it just tells you how to change the color...
You have to create a different font (CreateFont or CreateFontIndirect). Then select it into the device context.
I have a few examples in VB if you're interested.
No thanks, I've already solved it, it wasn't very hard when I knew what to do...