Class FontSettings
Represents the font settings in the PowerPoint document.
Inheritance
System.Object
FontSettings
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Portable.dll
Syntax
public class FontSettings : Object
Constructors
FontSettings()
Declaration
public FontSettings()
Properties
FallbackFonts
Declaration
public List<FallbackFont> FallbackFonts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FallbackFont> |
Remarks
Supported only in PDF conversion. The supported script types are, Arabic, Hebrew, Hindi, Chinese, Japanese, Korean, and English (Default).
Methods
add_SubstituteFont(SubstituteFontEventHandler)
Declaration
public void add_SubstituteFont(SubstituteFontEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SubstituteFontEventHandler | value |
InitializeFallbackFonts()
Declaration
public void InitializeFallbackFonts()
Remarks
Supported only in PDF conversion. The supported script types are, Arabic, Hebrew, Hindi, Chinese, Japanese, Korean, and English (Default).
remove_SubstituteFont(SubstituteFontEventHandler)
Declaration
public void remove_SubstituteFont(SubstituteFontEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SubstituteFontEventHandler | value |
Events
SubstituteFont
Occurs during Presentation to PDF/Image conversion to substitute the alternate fonts when a specified font is not installed in the production environment.
Declaration
public event SubstituteFontEventHandler SubstituteFont
Event Type
Type | Description |
---|---|
SubstituteFontEventHandler |
Remarks
This event is supported for Presentation to PDF/Image conversion alone.