font_substitutes property
font_substitutes property
The font substitutes used when converting a WordProcessing document.
Note: The order of substitution is as follows:
-
Automatically substitute missing fonts based on font name (if enabled).
-
Automatically substitute missing fonts based on FontConfig (if enabled).
-
Substitute missing fonts based on FontSubstitutes (if set).
-
Automatically substitute missing fonts based on FontInfo (if enabled).
-
Substitute missing fonts based on DefaultFont (if set).
Definition:
@property
def font_substitutes(self):
...
@font_substitutes.setter
def font_substitutes(self, value):
...