IFontSources

IFontSources 接口

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

public interface IFontSources

属性

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

另请参见