Class TTTFToVectorConverter (unit UTTF2Vct)

Inherits from

TComponent

Constructors


constructor Create( Owner: TComponent );

*** TTTFToVectorConverter **************


Functions

destructor Destroy;


function GetCharacterGlyphs( CharCode: integer ): TStrokeCollection;


function GetCharacterRegion( CharCode, SizeX, SizeY, OfsX, OfsY: integer ): HRGN;

|0,1|

procedure SetFont( Value: TFont );


procedure SetSplinePrecision( Value: integer );


Properties

property Font : TFont


property Precision : integer


property UNICODE : boolean

Set to TRUE if you wish retrieve outlines for UNICODE fonts NEVER TESTED!!!

Events

Variables

FFont : TFont;


FSplinePrecision : integer;


FUNICODE : boolean;



Constructors


constructor Create( Owner: TComponent );

*** TTTFToVectorConverter **************


Functions


destructor Destroy;


function GetCharacterGlyphs( CharCode: integer ): TStrokeCollection;


function GetCharacterRegion( CharCode, SizeX, SizeY, OfsX, OfsY: integer ): HRGN;

|0,1|


procedure SetFont( Value: TFont );


procedure SetSplinePrecision( Value: integer );


Properties


property Font : TFont


property Precision : integer


property UNICODE : boolean

Set to TRUE if you wish retrieve outlines for UNICODE fonts NEVER TESTED!!!


Events


Variables


FFont : TFont;


FSplinePrecision : integer;


FUNICODE : boolean;