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

TFreeTypeGlyph

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

Declaration

Source position: easylazfreetype.pas line 327

type TFreeTypeGlyph = class

public

  constructor Create();

  

  function RenderDirectly();

  

  destructor Destroy; override;

  

  property Loaded: Boolean; [r]

  

  property Data: TT_Glyph; [r]

  

  property Index: Integer; [r]

  

  property Bounds: TRect; [r]

  

  property BoundsWithOffset []: TRect; [r]

  

  property Advance: single; [r]

  

end;

Inheritance

TFreeTypeGlyph

  

|

TObject

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