XpsCanvas.InsertGlyphs
XpsCanvas.InsertGlyphs method
将新字形插入此画布的子列表中index位置.
public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入新字形的位置。 |
fontFamily | String | 字体系列。 |
fontSize | Single | 字体大小。 |
fontStyle | FontStyle | 字体样式。 |
originX | Single | 字形原点 X 坐标。 |
originY | Single | 字形原点 T 坐标。 |
unicodeString | String | 要打印的字符串。 |
返回值
添加了字形。
也可以看看
- class XpsGlyphs
- class XpsCanvas
- 命名空间 Aspose.Page.XPS.XpsModel
- 部件 Aspose.Page