[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.ITextRenderingService

ITextRenderingService Interface

Allows to render text. (Used in svg rendering.)

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public interface ITextRenderingService

Methods

Name Description
DrawStringAsPath(FontInfo, string, StringFormatEx, float)

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

Extension Methods