Enum SvgDrawingContext.SvgFontMode
Determines how to emit fonts inside an SVG.
public enum SvgDrawingContext.SvgFontMode
Fields
Embedded = 2Embed the font data as base64 using a data URI inside @font-face.
System = 0Assume the font is installed in the system; only use font-family="...".
WebLink = 1Emit a link to an external font using @font-face with a resolved URI.