Lire en anglais Modifier

Partager via


SerializeFlag Enum

Definition

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.

C#
[System.Flags]
public enum SerializeFlag
Inheritance
SerializeFlag
Attributes

Fields

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).

Applies to

Produit Versions
HarfBuzzSharp 2.6.x, 2.8.x, 7.3.x