HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.TextOut
|
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.
See also: SetFont, UnicodeTextOut.
|
Copyright©2007-2019 losLab.com |