home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 July
/
PCpro_2005_07.ISO
/
files
/
freeware
/
hardcopy
/
hcf.exe
/
basic
/
Basic_Font_004_Orientation.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2003-11-26
|
258 b
|
10 lines
Image( 0 ).Resample( 400,400 )
Image( 0 ).Color = _ColorWhite
Font.Size = 25
While Font.Orientation < 360
Image(0).DrawText( 200, 200, 0,0, " Orientation " + Font.Orientation + " " )
Font.Orientation = Font.Orientation + 45
Wend
Redraw()