Unit 'Img32.Text' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

TFontCache

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

Declaration

Source position: Img32.Text.pas line 458

type TFontCache = class(TInterfacedObj,INotifySender,INotifyRecipient)

public

  constructor Create(); overload;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure ReceiveNotification();

  

  procedure AddRecipient();

  

  procedure DeleteRecipient();

  

  function GetCharInfo();

  

  function GetTextOutline();

  

  function GetVerticalTextOutline();

  

  function GetAngledTextGlyphs();

  

  function GetCharOffsets();

  

  function GetTextWidth();

  

  function GetSpaceWidth;

  

  property Ascent: Double; [r]

  

  property Descent: Double; [r]

  

  property FontHeight: Double; [rw]

  

  property FontReader: TFontReader; [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

TFontCache

  

|

TInterfacedObj,INotifySender,INotifyRecipient

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio