font_name_substitution_enabled property
Leave feedback
On this page
The property indicates whether missing fonts are automatically substituted based on the font name. Default: False.
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).
@property
def font_name_substitution_enabled(self):
...
@font_name_substitution_enabled.setter
def font_name_substitution_enabled(self, value):
...
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.