[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpttf.pp line 90
type TFPFontCacheList = class(TObject) |
protected |
function DoFindPostScriptFontName(); |
function GetCount; virtual; |
function GetItem(); virtual; |
procedure SetItem(); virtual; |
public |
constructor Create; |
destructor Destroy; override; |
procedure BuildFontCache; |
function Add(); |
procedure AssignFontList(); |
procedure Clear; |
procedure LoadFromFile(); |
procedure ReadStandardFonts; |
property Count: Integer; [r] |
function IndexOf(); |
function FindPostScriptFontName(); |
function GetPostScriptFontName(); |
function Find(); |
function FindHumanFriendly(); overload; |
function FindFamily(); overload; |
function FindFont(); overload; |
function PointSizeInPixels(); |
property Items []: TFPFontCacheItem; default; [rw] |
property SearchPath: TStringList; [r] |
property DPI: Integer; [rw] |
property BuildFontCacheIgnoresErrors: Boolean; [rw] |
end; |
| |
TObject |