1. Win32Lib: rotating text
- Posted by Brian Broker <bkb at cnw.com> Jun 10, 2004
- 409 views
Hi, I'm wondering if anybody has an example for rotating text (presumably using EzCreateFont). I'd basically just like to set the nEscapement member of the LOGFONT structure with defaults for everything else but I'm having trouble wrapping my head around what EzCreateFont is doing or expecting. Thanks, -- Brian
2. Re: Win32Lib: rotating text
- Posted by Brian Broker <bkb at cnw.com> Jun 10, 2004
- 398 views
> Hi, > I'm wondering if anybody has an example for rotating text (presumably > using EzCreateFont). I'd basically just like to set the nEscapement > member of the LOGFONT structure with defaults for everything else but > I'm having trouble wrapping my head around what EzCreateFont is > doing or expecting. > > Thanks, > -- Brian Nevermind, I should have checked the docs for setFont, not EzCreateFont... -- Brian