Instance Property
sortName
The key used instead of name for predefined glyph sorting.
Declaration
var sortName: String? { get set }Declaration
@property (nonatomic, strong) NSString * sortName;Declaration
pyobjc_instanceMethods.sortName() -> str
pyobjc_instanceMethods.setSortName_(sortName: str)Discussion
This value is usually supplied by the Glyph Info Database. Set isStoringSortNamestoreSortNamestoreSortName to YES to persist a glyph-local override instead of deriving it from the glyph name.
See Also
Sorting
The sorting key used when alternate glyphs are kept together.
Whether sortName and sortNameForKeepAlternatesTogethersortNameKeepsortNameKeep are stored as glyph-local glyph info.