'宣言 Public Enum GlyphFlags Inherits System.Enum
public enum GlyphFlags : System.Enum
'宣言 Public Enum GlyphFlags Inherits System.Enum
public enum GlyphFlags : System.Enum
| メンバ | 解説 | 
|---|---|
| ArabicJoiningMask | Mask for testing Arabic joining glyph forms. | 
| BaseClass | Base glyph class (single character, spacing glyph). | 
| BaselineMask | The bit mask for the baseline values. | 
| BreakGPosContext | Indicates if the glyph is at the start of the new GPOS context. | 
| ClassMask | The bit mask for determining glyph class. | 
| ClusterStart | Indicates that the glyph is the start of a cluster. | 
| GPosRunStart | Indicates if the glyph is at the start of a GPOS glyph run. | 
| GSubRunStart | Indicates if the glyph is at the start of a GSUB glyph run. | 
| HangingBaseline | The hanging baseline from which syllables seem to hang in Tibetan and other scripts. | 
| IdeographicBaseline | The baseline used by ideographic characters. | 
| IsInlineObject | Indicates if an inline object should appear instead of the glyph. | 
| IsTab | Indicates if the glyph represents a tabulation character. | 
| LigatureClass | Ligature glyph class (multiple character, spacing glyph). | 
| MarkClass | Mark glyph class (non-spacing combining glyph). | 
| MathBaseline | The baseline about which mathematical characters are centered. | 
| NoAdvance | The glyph is not visible and has no advance. | 
| NoKerning | Prevents glyph kerning when its reading direction is unnatural. | 
| None | No additional info. | 
| OtherClass | Unclassified or Component glyph. | 
| RomanBaseline | The baseline used by simple alphabetic scripts such as Latin, Cyrillic and Greek. | 
| RunStart | Indicates if the glyph is at the start of a code point run. | 
| Sideways | Indicates if the glyph should appear rotated 90 or -90 degrees. | 
| TabWithAlignment | Indicates if the character tabulation has additional alignment options. | 
| Vertical | Indicates if the glyph should appear upright with vertical reading direction. | 
| XL | Left-joining glyph form. | 
| XM | Dual-joining (medial) glyph form that joins on both left and right. | 
| XN | Non-joining glyph form that does not join on either side. | 
| XR | Right-joining glyph form. | 
System.Object
   System.ValueType
      System.Enum
         C1.Util.GlyphFlags