[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazFreeTypeFontCollection' (#lazutils)

TFamilyCollectionItem

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

Declaration

Source position: lazfreetypefontcollection.pas line 64

type TFamilyCollectionItem = class(TCustomFamilyCollectionItem)

protected

  function GetFontByIndex(); override;

  

  function GetFontByStyles();

  

  function GetFontIndexByStyles();

  

  function GetStyle(); override;

  

  procedure AddStyle();

  

  function RemoveStyle();

  function GetStyles; override;

  

  function GetFamilyName; override;

  

  function GetFontCount; override;

  

  function GetStyleCount; override;

  

  procedure RebuildStyleList();

public

  constructor Create();

  

  procedure AddFont();

  

  function RemoveFont();

  function GetFont();

  

  function GetFontIndex();

  

  function HasStyle(); override;

  

end;

Inheritance

TFamilyCollectionItem

  

|

TCustomFamilyCollectionItem

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.