Instance Property
width
Advance width for horizontal text layout.
Declaration
var width: CGFloat { get set }Declaration
@property (nonatomic, assign) CGFloat width;Declaration
pyobjc_instanceMethods.width() -> float
pyobjc_instanceMethods.setWidth_(width: float)See Also
Horizontal Metrics
Horizontal distance from the origin to the left outline edge.
Cached left side bearing without updating metrics.
Left side bearing without normalizing the no-outline value.
Horizontal distance from the right outline edge to the advance width.
Cached right side bearing without updating metrics.
Right side bearing without normalizing the no-outline value.
Left side bearing measured at a y coordinate.
Sets the left side bearing measured at a y coordinate.
Right side bearing measured at a y coordinate.
Sets the right side bearing measured at a y coordinate.