createPostScriptEncoding(encoding:)
Creates a PostScript encoding of a font.
Declaration
func createPostScriptEncoding(encoding: UnsafePointer<CGGlyph>?) -> CFData?Parameters
- encoding:
The encoding to use.
Return Value
A PostScript encoding of the font that contains glyphs in the specified encoding.
Discussion
For more information on PostScript format, see Adobe Type 1 Font Format, which is available from http://partners.adobe.com/.