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

TFamilyCollectionItem.GetFont

Declaration

Source position: lazfreetypefontcollection.pas line 88

public function TFamilyCollectionItem.GetFont(

  const AStyles: array of string;

  NeedAllStyles: Boolean = False;

  NoMoreStyle: Boolean = False

):TCustomFontCollectionItem; override;

function TFamilyCollectionItem.GetFont(

  AStyle: string;

  NeedAllStyles: Boolean = False;

  NoMoreStyle: Boolean = False

):TCustomFontCollectionItem; override;

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