[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpttf.pp line 44
type TFPFontCacheItem = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function TextWidth(); |
function TextHeight(); |
property FileName: string; [r] |
property FamilyName: string; [r] |
property PostScriptName: string; [r] |
property HumanFriendlyName: string; [r] |
property FontData: TTFFileInfo; [r] |
property StyleFlags: TTrueTypeFontStyles; [r] |
property IsFixedWidth: Boolean; [r] |
property IsRegular: Boolean; [r] |
property IsItalic: Boolean; [r] |
property IsBold: Boolean; [r] |
end; |
| |
TObject |