Declaration

func insertFontMasterAndContent(_ fontMaster: GSFontMaster, at index: UInt) -> GSFontMaster

Declaration

- (GSFontMaster *) insertFontMasterAndContent:(GSFontMaster *) fontMaster atIndex:(NSUInteger) index;

Declaration

insertFontMasterAndContent_atIndex_(fontMaster: GSFontMaster, index: int) -> GSFontMaster

Parameters

index

The insertion index in the local master list.

Return Value

The inserted master.

Discussion

The master must belong to a font.

See Also

Master Content