Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs メソッド

PageAPI::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

index 位置に新しい Glyphs をページに挿入します。

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
パラメーター説明
インデックスint32_t新しいグリフを挿入すべき位置です。
fontSystem::SharedPtr<XpsModel::XpsFont>Font リソース。
fontSizefloatFont サイズ。
originX単精度浮動小数点数グリフの原点 X 座標。
originY単精度浮動小数点数グリフの原点 Y 座標。
unicodeStringSystem::String印刷する文字列。

ReturnValue

挿入されたグリフです。

参照

PageAPI::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method

index 位置に新しい Glyphs をページに挿入します。

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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単精度浮動小数点数グリフの原点 Y 座標。
unicodeStringSystem::String印刷する文字列。

ReturnValue

挿入されたグリフです。

参照