Initializer
init(glyphsFileAtPath:)initWithGlyphsFileAtPath:error: initWithGlyphsFileAtPath_error_
Creates a font by reading its Glyphs file representation.
Declaration
init(glyphsFileAtPath path: String) throwsDeclaration
- (instancetype) initWithGlyphsFileAtPath:(NSString *) path error:(NSError **) outError;Declaration
initWithGlyphsFileAtPath_error_(path: str) -> tuple[GSFont, NSError]Parameters
pathThe path to a Glyphs file or package.
Parameters
pathThe path to a Glyphs file or package.
outErrorOn failure, an error describing the problem.
Discussion
This method is reserved for framework use. Use init(url:)initWithURL: