|
THPDFPage.TextOutHTML
|
Top Previous Next |
|
Draws HTML styled text on the page
Delphi syntax: function TextOutHTML( X, Y: Single; const HTML: WideString; const DefaultFontName: AnsiString= 'Arial'; DefaultSize: Single= 12; DefaultColor: TColor= clBlack ): Single;
Description Draws HTML styled text on the page Supports basic HTML tags for styling text output
See also: THPDFPage |