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 nil if the index is out of range.

  • The index of a tag, or nil when the tag is not assigned.

  • Removes a tag if it is assigned.

  • Removes the tag at an index.

See Also

Tags