[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Encapsulates the resources of a font
Source position: fpg_base.pas line 269
type TfpgFontResourceBase = class(TObject) |
public |
function GetAscent; virtual; abstract; |
function GetDescent; virtual; abstract; |
function GetHeight; virtual; abstract; |
function GetTextWidth(); virtual; abstract; |
end; |
|
Encapsulates the resources of a font |
|
| | ||
TObject |