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

TFontReader

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

Declaration

Source position: Img32.Text.pas line 299

type TFontReader = class(TInterfacedObj,INotifySender)

protected

  property PostTable: TFontTable_Post; [r]

  

public

  constructor Create; overload;

  

  constructor CreateFromResource();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure AddRecipient();

  

  procedure DeleteRecipient();

  

  function IsValidFontFormat;

  

  function HasGlyph();

  

  function LoadFromStream();

  

  function LoadFromResource();

  

  function LoadFromFile();

  

  function GetGlyphInfo();

  

  property FontFamily: TTtfFontFamily; [r]

  

  property FontInfo: TFontInfo; [r]

  

  property Weight: Integer; [r]

  

end;

Inheritance

TFontReader

  

|

TInterfacedObj,INotifySender

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio