Instance Property
category
The broad classification used to interpret and organize the glyph.
Declaration
var category: String? { get set }Declaration
@property (nonatomic, copy) NSString * category;Declaration
pyobjc_instanceMethods.category() -> str
pyobjc_instanceMethods.setCategory_(category: str)Discussion
Categories include letters, numbers, punctuation, marks, and symbols. This value is usually supplied by the Glyph Info Database. Set isStoringCategorystoreCategorystoreCategory to YES to persist a glyph-local override instead of deriving it from the glyph name.
See Also
Category & Subcategory
The classification that refines category.
Whether category is stored as glyph-local glyph info.
Whether subCategory is stored as glyph-local glyph info.