HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.UnicodeTextOut
|
Top Previous Next |
Shows text represented by unicode string.
Delphi syntax: procedure UnicodeTextOut( X, Y: Single; Angle: Extended; Text: PWORD; TextLength: Integer ); overload; procedure UnicodeTextOut( X, Y: Single; Angle: Extended; Text: WideString ); overload;
Description: This procedure prints a text line represented by unicode buffer ( Text: PWORD, TextLength: Integer ) or unicode string ( Text: WideString )from the point X, Y and using orientation Angle in degrees.
|
Copyright©2007-2019 losLab.com |