CreateFont & underline
-
Set lfUnderline to TRUE in LOGFONT. Tomasz Sowinski -- http://www.shooltz.com
What is "scratch" and why can everything be made from it?
-
Set lfUnderline to TRUE in LOGFONT. Tomasz Sowinski -- http://www.shooltz.com
What is "scratch" and why can everything be made from it?
-
I know how to set the underline attribute, but i want to set the position (relative to the baseline) of the line. If possible ! Thanks anyway.
Sorry - I've misunderstood your question. You don't have any control over position of underline drawn by GDI. You'd have to create non-underline font and draw line yourself at position of your choice. Tomasz Sowinski -- http://www.shooltz.com
Never argue with an idiot, he'll bring you to his level and beat you with experience.
-
Sorry - I've misunderstood your question. You don't have any control over position of underline drawn by GDI. You'd have to create non-underline font and draw line yourself at position of your choice. Tomasz Sowinski -- http://www.shooltz.com
Never argue with an idiot, he'll bring you to his level and beat you with experience.