| 名前 | 解説 | |
|---|---|---|
![]()  | BaseClass | Base glyph class (single character, spacing glyph). | 
![]()  | BidiLevel | Specifies the resolved bidi level of the glyph. | 
![]()  | BreakGPosContext | Indicates if the glyph is at the start of the new GPOS context. | 
![]()  | ClusterStart | Indicates that the glyph is the start of a cluster. | 
![]()  | CodePointIndex | Index of the first code point in the glyph cluster. | 
![]()  | ExtraCodePointCount | Number of additional code points. | 
![]()  | Flags | Various glyph flags. | 
![]()  | GlyphAdvance | Glyph advance width (for horizontal direction) or height (for vertical direction). | 
![]()  | GlyphIndex | Index of the font glyph (glyphID), maybe 0. | 
![]()  | 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. | 
![]()  | IsInlineObject | Indicates if an inline object should appear instead of the glyph. | 
![]()  | IsTab | Indicates if the glyph represents a tabulation character. | 
![]()  | LastCodePointIndex | Index of the last code point in the glyph cluster. | 
![]()  | LigatureClass | Ligature glyph class (multiple character, spacing glyph). | 
![]()  | MarkClass | Mark glyph class (non-spacing combining glyph). | 
![]()  | NextGlyph | References the next glyph in a sequence. | 
![]()  | NoKerning | Prevents glyph kerning when its reading direction is unnatural. | 
![]()  | PrevGlyph | References the previous glyph in a sequence. | 
![]()  | RightToLeft | Gets a value indicating if the glyph should appear from right to left. | 
![]()  | RunStart | Indicates if the glyph is at the start of a glyph 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. | 
![]()  | XPlacement | Horizontal adjustment for placement, in design units. | 
![]()  | YPlacement | Vertical adjustment for placement, in design units. | 
