Instance Property
keepAlternatesTogether
Keeps alternate glyphs next to their base glyph when sorting glyphs.
Declaration
var keepAlternatesTogether: Bool { get set }Declaration
@property (nonatomic) BOOL keepAlternatesTogether;Declaration
keepAlternatesTogether() -> bool
setKeepAlternatesTogether_(keepAlternatesTogether: bool)Discussion
This affects the order produced by sortGlyphs()sortGlyphssortGlyphs and sortGlyphs(_:
See Also
Glyph Ordering and Caches
Sorts the font’s glyphs using the font glyph order and glyph metadata.
Sorts a mutable glyph array using a glyph-name order list and glyph metadata.
Invalidates the glyph name and identifier lookup caches.