bri189a Posted November 20, 2003 Posted November 20, 2003 I'm trying to draw a vertical string such as below: B R I A N I've noticed that one of the overloaded methods of DrawString has bool GdiVertical parameter that I set to true, but I don't know what to put for the byte GdiCharSet parameter, I've tried various numbers (randomly) and I have no text displayed... what is the GdiCharSet, I can't find anything in MSDN other than "This property takes a value from the list defined in the platform SDK header file WinGDI.h." which does me no good. This is how you should write verticle text right? Thanks Quote
*Gurus* divil Posted November 20, 2003 *Gurus* Posted November 20, 2003 The only built in method of writing vertical text completely rotates it 90 degrees clockwise, which I take it you don't want. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.