TdxPSReportRenderCustomCanvas.DrawGlyph(TRect,TFont,Byte,Boolean,TColor) Method
Declaration
procedure DrawGlyph(const R: TRect; AGlyphFont: TFont; AGlyphIndex: Byte; ACenterOnRect: Boolean; ATextColor: TColor = clWindowText); virtual; abstract;
Parameters
| Name | Type |
|---|---|
| R | TRect |
| AGlyphFont | TFont |
| AGlyphIndex | Byte |
| ACenterOnRect | Boolean |
| ATextColor | TColor |
See Also