Instance Method
reinterpolateMetrics()reinterpolateMetrics:reinterpolateMetrics_
Reinterpolates the horizontal metrics of an Alternative layer or interpolated layer.
Declaration
func reinterpolateMetrics() throwsDeclaration
- (BOOL) reinterpolateMetrics:(NSError **) error;Declaration
reinterpolateMetrics_() -> tuple[bool, NSError]Parameters
errorOn return, an error describing why interpolation failed.
Return Value
YES when metrics were reinterpolated.
See Also
Metrics Sync
Tolerance used when deciding whether metrics need synchronization.
Applies all available metrics keys.
Applies the left side-bearing metrics key.
Applies the advance-width metrics key.
Applies the right side-bearing metrics key.
Applies the top side-bearing metrics key.
Applies the bottom side-bearing metrics key.
Applies the vertical advance-width metrics key.
Recalculates side bearings from the layer contents.