CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
type TFont = class(TItem)
TItem > TBaseItem| Name | Description | |
|---|---|---|
![]() | FaceName | Font face name |
![]() | Size | Font size |
![]() | Style | Font style |
![]() | procedure GetTextExtent(const Text: string; out Width, Height: Single); virtual; abstract; |
![]() | procedure GetTextExtent(const Text: string; out Width, Height: Single); virtual; abstract; |
Fills Width and Height with width and height of the given string printed with the font
|
Last modified: Jan 6, 2010 |