Declaration

func reloadLinkedFonts() throws

Declaration

- (BOOL) reloadLinkedFonts:(NSError **) error;

Declaration

reloadLinkedFonts_() -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Discussion

Linked fonts are defined by custom parameters such as Import Master, Import Masters, and Import Font.

Return Value

YES if all linked fonts could be reloaded.

Discussion

Linked fonts are defined by custom parameters such as Import Master, Import Masters, and Import Font.

See Also

Imported Masters and Fonts

  • The masters imported from linked fonts.

  • The fonts that supply imported glyphs or imported masters.

  • The local and imported masters of the font.

  • The number of local and imported masters.

  • Returns the local or imported master at an index, or nil when the index is out of bounds.

  • The index of a local or imported master, or nil when the master is not in the font.

See Also

Imported Masters and Fonts