Declaration

func fileName(_ format: GSFontFormat) throws -> String

Declaration

- (NSString *) fileName:(GSFontFormat) format error:(NSError **) error;

Declaration

fileName_error_(format: GSFontFormat) -> tuple[str, NSError]

Parameters

format

The format to use for the file name.

Parameters

format

The format to use for the file name.

error

A pointer to an NSError object to store any error that occurs.

Return Value

The file name, or nil if an error occurs.