[]
Gets or sets a value indicating whether fonts used in the SVG text elements should be embedded.
The default is false.
This property is ignored when rendering to formats other than SVG or if DrawSvgTextAsPath is true.
public bool EmbedSvgFonts { get; set; }
Public Property EmbedSvgFonts As Boolean