canCreatePostScriptSubset(_:)
Determines whether Core Graphics can create a subset of the font in PostScript format.
Declaration
func canCreatePostScriptSubset(_ format: CGFontPostScriptFormat) -> BoolParameters
- format:
A PostScript font format.
Return Value
Returns true if a subset in the PostScript format can be created for the font; false otherwise.
Discussion
For more information on PostScript format, see Adobe Type 1 Font Format, which is available from http://partners.adobe.com/.