FontOrientation problem

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
munchiez
Posts: 2
Joined: Sun Mar 09, 2008 5:40 pm

FontOrientation problem

Post by munchiez »

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 settings first?

I'm using the latest version of GflAx.dll if that helps.
munchiez
Posts: 2
Joined: Sun Mar 09, 2008 5:40 pm

Post by munchiez »

Sorry, it was me being stupid. I'd not declared Option Explicit and a couple of undefined variables were messing things up.
Post Reply