Instance Method
compileTempFontError()compileTempFontError:compileTempFontError_
Recalculates the temp font.
Declaration
func compileTempFontError() throwsDeclaration
- (BOOL) compileTempFontError:(NSError **) error;Declaration
compileTempFontError_() -> tuple[bool, NSError]Parameters
errorIf 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.