default_font_name property
Leave feedback
On this page
The default font for a document used during rendering when a required font is missing.
Use this property to set the default font for a document. GroupDocs.Viewer uses this font during rendering instead of any not installed fonts.
For code examples, see the documentation: https://docs.groupdocs.com/viewer/net/replace-missing-font/
@property
def default_font_name(self):
...
@default_font_name.setter
def default_font_name(self, value):
...
- class
BaseViewOptions
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.