[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_base.pas line 278
type TfpgFontBase = class(TObject) |
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 |