Property TextAsGeometry
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
TextAsGeometry
Gets or sets a value indicating whether the texts are rendered as path geometry.
public bool TextAsGeometry { get; set; }
Property Value
- bool
This is true if texts are rendered as path geometries; otherwise, this is false. The default is false.
Remarks
The text features of the SVG
format are complex and difficult to fully support without directly reverting
the text paths (or glyph geometry). This options will, therefore, be removed in future versions of the library,
as it is not always honored when set to false.