FontSubstitutionInfo class

FontSubstitutionInfo class

This structure represents the information about the font replacement when it will be rendered.

The FontSubstitutionInfo type exposes the following members:

Constructors

ConstructorDescription
__init__Creates an instance of FontSubstitutionInfo class.

Properties

PropertyDescription
original_font_nameIndicates source font name in presentation.
Read-only str
substituted_font_nameIndicates the replacement font name for the original font.
Read-only str

See Also