FormatText

ISvgShapeAndTextFormattingController.FormatText method

This function is called before rendering of text portion to SVG to allow user to control resulting SVG.

public void FormatText(ISvgTSpan svgTSpan, IPortion portion, ITextFrame textFrame)
ParameterTypeDescription
svgTSpanISvgTSpanObject to control SVG tspan generation.
portionIPortionSource portion.
textFrameITextFrameSource portion text frame.

See Also