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

TFPFontCacheItem

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

Declaration

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;

Inheritance

TFPFontCacheItem

|

TObject


Documentation generated on: 2023-03-18