News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Vertical text in DC

Started by Petroizki, April 25, 2005, 01:10:32 PM

Previous topic - Next topic

Petroizki

How can i draw text vertically to my device context (bottom to up)? I know that with TextOut i can write horizontal text, but that doesn't help me. Do i really have to use bitmaps for this.. Is there a way to "rotate" the DC, so that i could use TextOut?

I'm currently working on a program, that prints forms that include text both horizontally and vertically.

Tedd

Use "CreateFont" and you can have text at any angle you like :bg
No snowflake in an avalanche feels responsible.

Petroizki

thanks!

I can't believe i missed that one..  :red