FontsSubsystem.AddFont

AddFont(Stream, string)

添加字体。

public void AddFont(Stream stream, string tempFolder)
参数类型描述
包含字体的流。
tempFolderString临时文件夹。

另请参阅


AddFont(Stream)

添加字体。

public void AddFont(Stream stream)
参数类型描述
包含字体的流。

另请参阅


AddFont(string)

添加字体。

public void AddFont(string file)
参数类型描述
文件String包含字体的文件路径。

另请参阅