Instance Method
elementDidChange(_:)elementDidChange:elementDidChange_
Reports that a font element changed.
Declaration
func elementDidChange(_ element: Any?)Declaration
- (void) elementDidChange:(id) element;Declaration
elementDidChange_(element: object)Parameters
elementThe changed element or change key.
Discussion
The font updates dependent caches and sends the corresponding change notifications unless interface updates are disabled.
See Also
Change Tracking
Change keys collected while interface updates are disabled.
Whether automatic glyph name substitution is disabled.