Aspose::Page::XPS::XpsDocument::InsertGlyphs metode

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

Menyisipkan glyph baru ke halaman aktif pada posisi index .

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
ParameterTipeDeskripsi
indeksint32_tPosisi di mana glyph baru harus disisipkan.
fontSystem::SharedPtr<XpsModel::XpsFont>Font sumber daya.
fontSizefloatFont ukuran.
originXfloatKoordinat X asal glyph.
originYfloatKoordinat Y asal glyph.
unicodeStringSystem::StringString yang akan dicetak.

ReturnValue

Glyph yang disisipkan.

Lihat Juga

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

Menyisipkan glyph baru ke halaman aktif pada posisi index .

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTipeDeskripsi
indeksint32_tPosisi di mana glyph baru harus disisipkan.
fontFamilySystem::StringFont keluarga.
fontSizefloatFont ukuran.
fontStyleSystem::Drawing::FontStyleFont gaya.
originXfloatKoordinat X asal glyph.
originYfloatKoordinat Y asal glyph.
unicodeStringSystem::StringString yang akan dicetak.

ReturnValue

Glyph yang disisipkan.

Lihat Juga