Search found 2 matches

by munchiez
Mon Mar 10, 2008 12:04 pm
Forum: GFL SDK
Topic: FontOrientation problem
Replies: 1
Views: 1312

Sorry, it was me being stupid. I'd not declared Option Explicit and a couple of undefined variables were messing things up.
by munchiez
Sun Mar 09, 2008 6:18 pm
Forum: GFL SDK
Topic: FontOrientation problem
Replies: 1
Views: 1312

FontOrientation problem

I'm trying to change the orientation of some text at the side of a graph (generated with ASP). I'm wanting the text to display vertically, so I've tried setting this with:

oImage.FontOrientation = 270

No matter what value I use, the font orientation doesn't change. Do I need to change any other ...