child_font_files property

child_font_files property

Gets or sets the array of file names for the fonts that make up a composite font.

Definition:

@property
def child_font_files(self):
    ...
@child_font_files.setter
def child_font_files(self, value):
    ...

See Also