Type Method
isCornerName(_:)isCornerName:isCornerName_
Whether a glyph name uses a recognized corner-glyph prefix.
Declaration
class func isCornerName(_ name: String) -> BoolDeclaration
+ (BOOL) isCornerName:(NSString *) name;Declaration
isCornerName_(name: str) -> boolParameters
nameThe glyph name to classify.
Discussion
The recognized prefixes are _corner., _cap., _brush., _segment., and _head..
See Also
Special Glyph Types
Whether the glyph name identifies a corner glyph.
Whether the glyph uses Smart Component behavior.
Whether icon-specific metrics and drawing behavior apply to the glyph.
Whether the glyph category is SF Symbol.