IndividualFontConfigs
IndividualFontConfigs class
Font configs for each Workbook
object.
public class IndividualFontConfigs
Constructors
Methods
Name |
Description |
GetFontSources() |
Gets a copy of the array that contains the list of sources |
GetFontSubstitutes(string) |
Returns array containing font substitute names to be used if original font is not presented. |
SetFontFolder(string, bool) |
Sets the fonts folder |
SetFontFolders(string[], bool) |
Sets the fonts folders |
SetFontSources(FontSourceBase[]) |
Sets the fonts sources. |
SetFontSubstitutes(string, string[]) |
Font substitute names for given original font name. |
See Also