Instance Method
hangulModelGlyph()hangulModelGlyphhangulModelGlyph
The name of the model syllable selected for the component’s Hangul position.
Declaration
func hangulModelGlyph() -> String?Declaration
- (NSString *) hangulModelGlyph;Declaration
hangulModelGlyph() -> strDiscussion
The component name determines the initial consonant, vowel, or final consonant position. The containing glyph’s Unicode and the font’s Hangul Composition Groups custom parameter determine the model syllable. The returned name does not guarantee that the font contains the model glyph.
Returns nil when no model syllable applies.
See Also
Hangul Composition
Whether the containing glyph is the model syllable selected for the component’s Hangul position.