Unit 'fpTTF' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TFPFontCacheList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TFPFontCacheList

|

TObject


Documentation generated on: 2023-03-18