Instance Method
metricKeyOffsetLeft:right:width: metricKeyOffsetLeft:right:width: metricKeyOffsetLeft_right_width_
Metrics key offsets used by automatic component alignment.
Not available in Swift.
Declaration
- (void) metricKeyOffsetLeft:(CGFloat *) leftOffset right:(CGFloat *) rightOffset width:(CGFloat *) width;Declaration
metricKeyOffsetLeft_right_width_(leftOffset: float, rightOffset: float, width: float)Parameters
leftOffsetOn return, the left side-bearing offset.
rightOffsetOn return, the right side-bearing offset.
widthOn return, the width from the width metrics key, or
NSNotFound.
See Also
Metrics Key Alignment
Whether automatic alignment controls the layer width.
Whether automatic alignment controls side bearings.
Whether components are currently aligned by automatic alignment.
Whether an automatic alignment operation is in progress.
Whether automatic component alignment can be applied to the layer.
Applies automatic width alignment.