Enum GlyphImageFormats
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Specifies which formats are supported in the font, either at a font-wide level or per glyph.
DWRITE_GLYPH_IMAGE_FORMATS
[Flags]
public enum GlyphImageFormats
Fields
None = 0
TrueType = 1
Cff = 2
Colr = 4
Svg = 8
Png = 16
Jpeg = 32
Tiff = 64
PremultipliedBgra32 = 128