document_level_font_sources property

document_level_font_sources property

Specifies sources for external fonts to be used by the presentation. These fonts are available to the presentation throughout its lifetime and are not shared with other presentations

Definition:

@property
def document_level_font_sources(self):
    ...

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

See Also