[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.ITextRenderingService.DrawStringAsPath

DrawStringAsPath Method

DrawStringAsPath(FontInfo, string, StringFormatEx, float)

Draw text layout as path based on currently selected font, device capabilities, string format.

Declaration
PathEx DrawStringAsPath(FontInfo fontInfo, string text, StringFormatEx format, float dpi)
Parameters
Type Name Description
FontInfo fontInfo

Selected font info.

string text

Text content.

StringFormatEx format

String format.

float dpi

Resolution dots per inch, default value 96.

Returns
Type Description
PathEx