[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A vectorial drawing Font
Source position: fpvectorial.pas line 60
type TvFont = record |
||
Color: TFPColor; |
|
The color of the font |
Size: Integer; |
|
The size in points of the font |
Name: utf8string; |
|
The name of the font |
Orientation: Double; |
|
The orientation of the font |
end; |
A vectorial drawing Font