font_collection_index property

font_collection_index property

Returns or sets shape’s font index in a font collection. Read/write FontCollectionIndex.

Definition:

@property
def font_collection_index(self):
    ...

@font_collection_index.setter
def font_collection_index(self, value):
    ...

See Also