Aspose::Page::XPS::XpsDocument::InsertGlyphs طريقة

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

يدرج رموزًا جديدة إلى الصفحة النشطة في موضع 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)
ParameterTypeالوصف
الفهرسint32_tالموضع الذي يجب إدراج الرموز الجديدة فيه.
fontSystem::SharedPtr<XpsModel::XpsFont>Font مورد.
fontSizefloatFont حجم.
originXعدد عائمإحداثي X لأصل الرموز.
originYعدد عائمإحداثي Y لأصل الرموز.
unicodeStringSystem::Stringالنص المراد طباعته.

ReturnValue

الرموز المدخلة.

انظر أيضًا

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

يدرج رموزًا جديدة إلى الصفحة النشطة في موضع 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)
ParameterTypeالوصف
الفهرسint32_tالموضع الذي يجب إدراج الرموز الجديدة فيه.
fontFamilySystem::StringFont عائلة.
fontSizefloatFont حجم.
fontStyleSystem::Drawing::FontStyleFont نمط.
originXعدد عائمإحداثي X لأصل الرموز.
originYعدد عائمإحداثي Y لأصل الرموز.
unicodeStringSystem::Stringالنص المراد طباعته.

ReturnValue

الرموز المدخلة.

انظر أيضًا