SetFontOrientation Statement:
Set angle to draw text
Object.SetFontOrientation
angle
|
Parameters:
angle-has integer type. Possible values: [0-360]. Defines angle to draw text
|
Sample: object.SetFontOrientation
45
This method sets an angle to draw text. By default text is drawn horizontally and angle value is zero.
See also
ClearFontRectangle,
ClearFontStyle,
ExistFont, GetFontHeight
,SetTextAlign,
SetFontAntialias, SetFontBold,
SetFontGradient,
SetFontItalic, SetFontName
,SetFontOrientation,
SetFontRectangle, SetFontRegular
,SetFontSize, SetFontStrikeout
,SetFontUnderline
, TextOut
More samples:
|