Enum ColorFontSupport
Options for enabling color font support during layout and rendering.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
[Flags]
public enum ColorFontSupport
Fields
Name | Description |
---|---|
MicrosoftColrFormat | Render using glyphs accessed via Microsoft's COLR/CPAL table extensions to OpenType |
None | Don't try rendering color glyphs at all |