Unit 'gaFonts' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgaFontCache

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

Declaration

Source position: gafonts.pas line 434

type TgaFontCache = class(TNotifyRecipient)

protected

  procedure SenderIsNotifying(); override;

  

  function GetTextOutlineInternal();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function GetCharInfo();

  

  function GetCharOffsets();

  

  function GetTextWidth();

  

  function GetSpaceWidth;

  

  function GetTextGlyphs();

  

  function GetAngledTextGlyphs();

  

  function GetTextOutline();

  

  property Ascent: Double; [r]

  

  property Descent: Double; [r]

  

  property FontHeight: Double; [rw]

  

  property FontReader: TgaFontReader; [rw]

  

  property InvertY: Boolean; [rw]

  

  property Kerning: Boolean; [rw]

  

  property LineHeight: Double; [r]

  

  property YyHeight: Double; [r]

  

  property Scale: Double; [r]

  

  property Underlined: Boolean; [rw]

  

  property StrikeOut: Boolean; [rw]

  

end;

Inheritance

TgaFontCache

  

|

TNotifyRecipient

  

|

TObject



CT Web help

CodeTyphon Studio