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

TFreeTypeDrawer.DrawGlyph

Declaration

Source position: easylazfreetype.pas line 212

procedure TFreeTypeDrawer.DrawGlyph(

  AGlyph: Integer;

  AFont: TFreeTypeRenderableFont;

  x: single;

  y: single;

  AColor: TFPColor

); virtual; abstract; overload;

procedure TFreeTypeDrawer.DrawGlyph(

  AGlyph: Integer;

  AFont: TFreeTypeRenderableFont;

  x: single;

  y: single;

  AColor: TFPColor;

  AAlign: TFreeTypeAlignments

); virtual; overload;

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