Declaration

func insertProperty(_ property: GSInfoProperty, at idx: UInt)

Declaration

- (void) insertObject:(GSInfoProperty *) property inPropertiesAtIndex:(NSUInteger) idx;

Declaration

insertObject_inPropertiesAtIndex_(property: GSInfoProperty, idx: int)

Parameters

property

The font info property to insert.

idx

An index from zero through countOfProperties()countOfPropertiescountOfProperties.

Discussion

The property becomes owned by the font.

See Also

Properties

See Also

Properties