Declaration

func transferHints(from source: GSLayer, to target: GSLayer)

Declaration

- (void) transferHintsFromLayer:(GSLayer *) source to:(GSLayer *) target;

Declaration

transferHintsFromLayer_to_(source: GSLayer, target: GSLayer)

Parameters

source

The layer from which hints are copied.

target

The layer that receives copies of missing hint categories.

Discussion

PostScript, TrueType, and path-component hints are considered independently. The layers must have matching node and shape structure.

See Also

Hints