Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs 方法

XpsCanvas::InsertGlyphs method

index position 向此 canvas 的子列表插入新的 glyphs。

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterType描述
索引int32_t应插入新字形的位置。
fontFamilySystem::StringFont 字体族。
fontSizefloatFont 大小。
fontStyleSystem::Drawing::FontStyleFont 样式。
originX单精度浮点数字形原点 X 坐标。
originY单精度浮点数字形原点 T 坐标。
unicodeStringSystem::String要打印的字符串。

ReturnValue

已添加的字形。

另见