HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.UnicodeTextOut
|
Top Previous Next |
Shows text represented by unicode string.
This procedure has now been deprecated; it now exists only as an alias for TextOut to maintain compatibility with existing code.
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-2025 losLab.com |