GetTextShaper
GetTextShaper(string, int)
返回指定字体的文本整形器的新实例fontPath和faceIndex.
public ITextShaper GetTextShaper(string fontPath, int faceIndex)
范围 | 类型 | 描述 |
---|---|---|
fontPath | String | 字体文件的绝对路径。 |
faceIndex | Int32 | TrueType 字体集合中字体的索引, 或 0(如果指定的字体文件不是 TrueType 字体集合)。 |
也可以看看
- interface ITextShaper
- interface ITextShaperFactory
- 命名空间 Aspose.Words.Shaping
- 部件 Aspose.Words
GetTextShaper(string, byte[], int)
返回由 表示的字体的文本整形器的新实例fontBlob和faceIndex.
public ITextShaper GetTextShaper(string fontId, byte[] fontBlob, int faceIndex)
范围 | 类型 | 描述 |
---|---|---|
fontId | String | 可以与提供的字体唯一关联的唯一标识符fontBlob. |
fontBlob | Byte[] | 包含字体数据的字节数组。 |
faceIndex | Int32 | TrueType 字体集合中字体的索引, 或 0,如果fontBlob不是 TrueType 字体集合。 |
也可以看看
- interface ITextShaper
- interface ITextShaperFactory
- 命名空间 Aspose.Words.Shaping
- 部件 Aspose.Words