Instance Method
fontName(_:)fontName:fontName_
Returns the font name.
Declaration
func fontName(_ error: NSErrorPointer) -> StringDeclaration
- (NSString *) fontName:(NSError **) error;Declaration
fontName_() -> tuple[str, NSError]Parameters
errorA pointer to an NSError object to store any error that occurs.
Return Value
The font name.