[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_base.pas line 228
type TfpgFontBase = class(TObject) |
||
protected |
||
FFontDesc: String; |
|
|
|
||
function GetIsFixedWidth; virtual; |
||
public |
||
function TextWidth(); |
|
|
function Ascent; |
|
|
function Descent; |
|
|
function Height; |
|
|
property FontDesc: String; [r] |
|
|
property FontRes: TfpgFontResourceBase; [r] |
|
|
property Handle: TfpgFontResourceBase; [r] |
|
|
property IsFixedWidth: Boolean; [r] |
||
end; |
|
||
| | ||
TObject |