XpsDocument.InsertGlyphs
内容
[
隐藏
]InsertGlyphs(int, string, float, FontStyle, float, float, string)
将新字形插入活动页面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 | 字形原点 Y 坐标。 |
unicodeString | String | 要打印的字符串。 |
返回值
插入的字形。
也可以看看
- class XpsGlyphs
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page
InsertGlyphs(int, XpsFont, float, float, float, string)
将新字形插入活动页面index位置.
public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX,
float originY, string unicodeString)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入新字形的位置。 |
font | XpsFont | 字体资源。 |
fontSize | Single | 字体大小。 |
originX | Single | 字形原点 X 坐标。 |
originY | Single | 字形原点 Y 坐标。 |
unicodeString | String | 要打印的字符串。 |
返回值
插入的字形。
也可以看看
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page