Description | Hierarchy | Fields | Methods | Properties |
type TAdStandardFontProperties = packed record
Properties that are passed as data to the font generator class
FontName:ShortString; |
FontSize:integer; |
FontStyles:TAdFontStyles; |
ShadowColor:longint; |
ShadowAlpha:byte; |
ShadowOffsetX:integer; |
ShadowOffsetY:integer; |
ShadowBlur:byte; |
FontName:ShortString; |
Stores the name of the font |
FontSize:integer; |
The size of the font. |
FontStyles:TAdFontStyles; |
The style of the font. |
ShadowColor:longint; |
The shadow color of the font. |
ShadowAlpha:byte; |
The alpha value of the shadow. |
ShadowOffsetX:integer; |
The distance of the shadow from the text. |
ShadowOffsetY:integer; |
The distance of the shadow from the text. |
ShadowBlur:byte; |
The blur value of the text. |