Instance Method
addTag(_:)addTag:addTag_
Adds a tag if it is not already assigned.
Declaration
func addTag(_ tag: String)Declaration
- (void) addTag:(NSString *) tag;Declaration
addTag_(tag: str)See Also
Tags
User-defined tags for organizing and filtering the glyph.
An array representation of the tags for use with Cocoa bindings.
The number of assigned tags.
The tag at an index, or
nilif the index is out of range.The index of a tag, or
nilwhen the tag is not assigned.Removes a tag if it is assigned.
Removes the tag at an index.
See Also
Tags
User-defined tags for organizing and filtering the glyph.
An array representation of the tags for use with Cocoa bindings.
The number of assigned tags.
The tag at an index, or
nilif the index is out of range.The index of a tag, or
NSNotFoundif the tag is not assigned.Removes a tag if it is assigned.
Removes the tag at an index.