Instance Method
postScriptNamePrefix()postScriptNamePrefix:postScriptNamePrefix_
Returns the PostScript name prefix.
Declaration
func postScriptNamePrefix() throws -> StringDeclaration
- (NSString *) postScriptNamePrefix:(NSError **) error;Declaration
postScriptNamePrefix_() -> tuple[str, NSError]Parameters
errorA pointer to an NSError object to store any error that occurs.
Return Value
The PostScript name prefix.
Return Value
The PostScript name prefix. On failure, this method returns nil.