[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'EasyLazFreeType' (#lazutils)

IFreeTypeFontEnumerator

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

Declaration

Source position: easylazfreetype.pas line 104

type IFreeTypeFontEnumerator = interface

  function MoveNext;

  

  function GetCurrent;

  

  property Current: TCustomFontCollectionItem; [r]

  

end;

Inheritance

IFreeTypeFontEnumerator

  

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