FontConfigs
FontConfigs class
指定字体设置
public class FontConfigs
构造函数
姓名 | 描述 |
---|---|
FontConfigs() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
static DefaultFontName { get; set; } | 获取或设置默认字体名称。 |
static PreferSystemFontSubstitutes { get; set; } | 表示在没有出现字体且未设置该字体的替代品时是否先使用系统字体替代品。 例如在Ubuntu上,“Arial”字体一般被“Liberation Sans”替代。 默认值为false . |
方法
姓名 | 描述 |
---|---|
static GetFontSources() | 获取包含源列表的数组的副本 |
static GetFontSubstitutes(string) | 如果原始字体不存在,则返回包含要使用的字体替代名称的数组。 |
static SetFontFolder(string, bool) | 设置字体文件夹 |
static SetFontFolders(string[], bool) | 设置字体文件夹 |
static SetFontSources(FontSourceBase[]) | 设置字体来源。 |
static SetFontSubstitutes(string, string[]) | 给定原始字体名称的字体替代名称。 |
也可以看看
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells