ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / ITextRenderingService Interface / DrawStringAsPath Method
Selected font info.
Text content.
String format.
Resolution dots per inch, default value 96.

In This Topic
    DrawStringAsPath Method
    In This Topic
    Draw text layout as path based on currently selected font, device capabilities, string format.
    Syntax
    'Declaration
     
    Function DrawStringAsPath( _
       ByVal fontInfo As FontInfo, _
       ByVal text As String, _
       ByVal format As StringFormatEx, _
       ByVal dpi As Single _
    ) As PathEx
    PathEx DrawStringAsPath( 
       FontInfo fontInfo,
       string text,
       StringFormatEx format,
       float dpi
    )

    Parameters

    fontInfo
    Selected font info.
    text
    Text content.
    format
    String format.
    dpi
    Resolution dots per inch, default value 96.
    See Also