Instance Property
scale
The scale factor of the rendered dimensions in relation to the source dimensions.
Declaration
var scale: CGFloat { get set }Declaration
@property (direct, assign) CGFloat scale;Declaration
scale() -> float
setScale_(scale: float)Discussion
For example, drawing a 1000 by 1000 font unit layer to a 500 by 500 point bitmap context yields a scale of 0.5.