Declaration

func compileTempFontError() throws

Declaration

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

Declaration

compileTempFontError_() -> tuple[bool, NSError]

Parameters

error

If there is a problem, it returns an NSError object (by reference) that contains details.

Discussion

Call it, if you changed something like the glyph set or the features and need to make sure the temp font is up to date. This is usually done automatically.

Return Value

YES if successful, NO, if not.

Discussion

Call it, if you changed something like the glyph set or the features and need to make sure the temp font is up to date. This is usually done automatically.