[Gambas-user] Font rotation?

Daniel daniel.campos at ...338...
Tue Apr 13 22:42:44 CEST 2004


Thanks a lot!


El mar, 13-04-2004 a las 19:04, ron escribió:
> On Tuesday 13 April 2004 18:36, Daniel Campos wrote:
> > Hi all:
> >
> > Is there any way to rotate a text, for example 45 or 90 degrees?
> > I'd need it to draw some charts, and it would be also userful
> > in games, and scientific-graphical programs...
> >
> > Regards,
> 
> I gues
> 
> dim pict as picture
> dim img as image
> 
> label1.text="mytext"
> 
> pict = label1.grab
> image.picture = pict 
> 'or 
> image.picture = label1.grab
> 
> image.rotate(90) ' help is broken here 
> 'somewhere else in th help
> 'Function Rotate(angle AS float) as picture
> 
> 'use a picture box vertical
> picturebox1.picture=image.picture
> 
> Ron
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list