THPDFPage.TextOut Method
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THPDFPage.TextOut

THPDFPage

 

Top  Previous  Next

Prints the text.

 

Delphi syntax:

procedure TextOut ( X, Y: Single; Angle: Extended; Text: AnsiString);

 

C++ syntax:

void __fastcall PrintText ( float X, float Y, Extended Angle, AnsiString Text);

 

Description:

This procedure prints a text line Text from the point  X, Y using  orientation Angle in degrees.

 

Example

 

See also: SetFont, UnicodeTextOut.

 

 

Copyright©2007-2019 losLab.com