Declaration

func insertFontMaster(_ fontMaster: GSFontMaster, at idx: UInt)

Declaration

- (void) insertFontMaster:(GSFontMaster *) fontMaster atIndex:(NSUInteger) idx;

Declaration

insertFontMaster_atIndex_(fontMaster: GSFontMaster, idx: int)

Parameters

fontMaster

The master to insert.

Discussion

If the master has no identifier or the identifier is already used, a new identifier is assigned.

See Also

Masters

See Also

Masters