TdxPSReportRenderCustomCanvas.ExtTextOut(TRect,TFont,string,PWORD,Integer,PInteger) Method
Declaration
procedure ExtTextOut(const ABounds: TRect; AFont: TFont; const AText: string; AGlyphs: PWORD; AGlyphCount: Integer; AGlyphWidths: PInteger); virtual; abstract;
Parameters
Name | Type |
---|---|
ABounds | TRect |
AFont | TFont |
AText | string |
AGlyphs | PWORD |
AGlyphCount | Integer |
AGlyphWidths | PInteger |
See Also