SetFontGradient Statement:
Draw text using gradient fill
Object.SetFontGradient
fontGradient
|
Parameters:
fontGradient -integer type. Possible values: [0-1]. Enables/disables gradient font color mode
|
Sample: object.SetFontGradient
1
This method sets gradient font color mode with 1 value of fontGradient parameter or resets gradient font color mode with 0 value. You can set gradient data with SetGradient method.
See also
ClearFontRectangle,
ClearFontStyle,
ExistFont, GetFontHeight
,SetTextAlign,
SetFontAntialias, SetFontBold,
SetFontGradient,
SetFontItalic, SetFontName
,SetFontOrientation,
SetFontRectangle, SetFontRegular
,SetFontSize, SetFontStrikeout
,SetFontUnderline
, TextOut
More samples:
|