TdxPSReportRenderer.CalcTextLineCount(TdxPSReportRenderCustomCanvas,string,TFont,Integer) Method
Declaration
function CalcTextLineCount(ACanvas: TdxPSReportRenderCustomCanvas; const AText: string; AFont: TFont = nil; ABaseWidth: Integer = -1): Integer;
Parameters
| Name | Type |
|---|---|
| ACanvas | TdxPSReportRenderCustomCanvas |
| AText | string |
| AFont | TFont |
| ABaseWidth | Integer |
Returns
| Type |
|---|
| Integer |
See Also