IFontSources

IFontSources 接口

提供外部字体的文件和内存来源。

public interface IFontSources

属性

名称描述
FontFolders { get; set; }包含字体文件的文件夹。位于这些文件夹中的所有字体文件都包含在集合中。递归搜索的文件夹。
MemoryFonts { get; set; }以字节数组形式表示的字体集合。

另请参见