IFontSources

IFontSources interface

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

public interface IFontSources

特性

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

也可以看看