Table of Contents

Enum SvgDrawingContext.SvgFontMode

Namespace
Xui.Runtime.Software.Actual
Assembly
Xui.Runtime.Software.dll

Determines how to emit fonts inside an SVG.

public enum SvgDrawingContext.SvgFontMode

Fields

Embedded = 2

Embed the font data as base64 using a data URI inside @font-face.

System = 0

Assume the font is installed in the system; only use font-family="...".

Emit a link to an external font using @font-face with a resolved URI.