Declaration

func replaceMaster(at idx: UInt, with fontMaster: GSFontMaster)

Declaration

- (void) replaceFontMasterAtIndex:(NSUInteger) idx withFontMaster:(GSFontMaster *) fontMaster;

Declaration

replaceFontMasterAtIndex_withFontMaster_(idx: int, fontMaster: GSFontMaster)

Parameters

idx

The index in the local master list.

Discussion

The replacement master becomes a local master of the font.

See Also

Master Content