THPDFPage TextBox / TextOutBox / GetTextRowCount | Sus |
|
Plasează text în dreptunghiuri fixe folosind fontul curent și funcțiile existente de metrică a textului HotPDF Sintaxă Delphi: procedure TextBox(Rect: TRect; Text: AnsiString; Hor: THPDFJustificationType = jtLeft; Vert: THPDFTextBoxVerticalAlignment = tbvaTop); function TextOutBox(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: AnsiString; Align: THPDFJustificationType = jtLeft): Integer; function GetTextRowCount(BoxWidth: Integer; Text: AnsiString): Integer;
|