Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs メソッド

XpsCanvas::InsertGlyphs method

この Canvas の子リストの index 番目の位置に新しい 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)
パラメーター説明
インデックスint32_t新しいグリフを挿入すべき位置です。
fontFamilySystem::StringFont ファミリ。
fontSizefloatFont サイズ。
fontStyleSystem::Drawing::FontStyleFont スタイル。
originX単精度浮動小数点数グリフの原点 X 座標。
originY単精度浮動小数点数グリフの原点 T 座標です。
unicodeStringSystem::String印刷する文字列。

ReturnValue

追加されたグリフ。

参照