GetTextShaper

GetTextShaper(string, int)

返回指定字体的文本整形器的新实例fontPathfaceIndex.

public ITextShaper GetTextShaper(string fontPath, int faceIndex)
范围类型描述
fontPathString字体文件的绝对路径。
faceIndexInt32TrueType 字体集合中字体的索引, 或 0(如果指定的字体文件不是 TrueType 字体集合)。

也可以看看


GetTextShaper(string, byte[], int)

返回由 表示的字体的文本整形器的新实例fontBlobfaceIndex.

public ITextShaper GetTextShaper(string fontId, byte[] fontBlob, int faceIndex)
范围类型描述
fontIdString可以与提供的字体唯一关联的唯一标识符fontBlob.
fontBlobByte[]包含字体数据的字节数组。
faceIndexInt32TrueType 字体集合中字体的索引, 或 0,如果fontBlob不是 TrueType 字体集合。

也可以看看