|
-
Dec 30th, 2002, 06:54 PM
#1
Thread Starter
Fanatic Member
[resolved] TextOut - text size
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...
Last edited by McCain; Jan 5th, 2003 at 08:30 PM.
Never argue with fools, they will only drag you down to their level, and beat you with experience.
Q: How do you tell an experienced hacker from a novice?
A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer
-
Dec 30th, 2002, 07:22 PM
#2
You have to create a different font (CreateFont or CreateFontIndirect). Then select it into the device context.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 31st, 2002, 04:11 PM
#3
Good Ol' Platypus
I have a few examples in VB if you're interested.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jan 2nd, 2003, 12:44 PM
#4
Thread Starter
Fanatic Member
No thanks, I've already solved it, it wasn't very hard when I knew what to do...
Never argue with fools, they will only drag you down to their level, and beat you with experience.
Q: How do you tell an experienced hacker from a novice?
A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|