Instance Method
copy(options:)copyWithOptions:copyWithOptions_
Creates a copy of the font with selected glyph and layer data.
Declaration
func copy(options: GSGlyphCopyOptions = []) -> GSFontDeclaration
- (GSFont *) copyWithOptions:(GSGlyphCopyOptions) options;Declaration
copyWithOptions_(options: GSGlyphCopyOptions) -> GSFontParameters
optionsCopy options for glyph and layer data.
Discussion
Font-level data is copied independently of the glyph-layer options. The options control which glyph layers and associated layer data are included.
See Also
Copying and Scaling
Scales the font by a factor.