Instance Method
rsb(atHeight:)rsbAtHeight:rsbAtHeight_
Right side bearing measured at a y coordinate.
Declaration
func rsb(atHeight height: Int) -> CGFloatDeclaration
- (CGFloat) rsbAtHeight:(NSInteger) height;Declaration
rsbAtHeight_(height: int) -> floatDiscussion
Returns NSNotFound when no outline intersection can be measured at the height.
See Also
Horizontal Metrics
Advance width for horizontal text layout.
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.
Sets the right side bearing measured at a y coordinate.