SerializeFlag Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The various flags that control what glyph information are serialized by SerializeGlyphs(Int32, Int32, Font, SerializeFormat, SerializeFlag).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SerializeFlag
- Inheritance
-
SerializeFlag
- Attributes
Name | Value | Description |
---|---|---|
Default | 0 | Serialize glyph names, clusters and position information. |
NoClusters | 1 | Do not serialize glyph clusters. |
NoPositions | 2 | Do not serialize glyph position information. |
NoGlyphNames | 4 | Do not serialize glyph names. |
GlyphExtents | 8 | Serialize glyph extents. |
GlyphFlags | 16 | Serialize glyph flags. |
NoAdvances | 32 | Do not serialize glyph advances (glyph offsets will reflect absolute glyph positions). |
Produit | Versions |
---|---|
HarfBuzzSharp | 2.6.x, 2.8.x, 7.3.x |
Commentaires sur SkiaSharp
SkiaSharp est un projet open source. Sélectionnez un lien pour fournir des commentaires :