Instance Method
scale(by:)scaleBy:scaleBy_
Scales the font by a factor.
Declaration
func scale(by scale: CGFloat)Declaration
- (void) scaleBy:(CGFloat) scale;Declaration
scaleBy_(scale: float)Parameters
scaleFactor applied to font data.
Discussion
This changes outlines, layer metrics, kerning, units per em, and numeric metrics-key offsets.
See Also
Copying and Scaling
Creates a copy of the font with selected glyph and layer data.