Declaration

func replaceLayers(withInterpolation layers: [GSLayer], error: ()) throws

Declaration

- (BOOL) replaceLayersWithInterpolation:(NSArray<GSLayer *> *) layers error:(NSError **) error;

Declaration

replaceLayersWithInterpolation_error_(layers: list[GSLayer]) -> tuple[bool, NSError]

Parameters

layers

The layers belonging to the glyph that are recalculated.

error

On return, an error that prevented recalculation.

Discussion

Use this to recalculate Intermediate layers or restore font master layers from the other masters.

Return Value

Whether all requested layers were recalculated.

Discussion

Use this to recalculate Intermediate layers or restore font master layers from the other masters.

See Also

Interpolation

See Also

Interpolation