Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs طريقة

XpsCanvas::InsertGlyphs method

يدرج glyphs جديدة إلى قائمة الأطفال لهذا الـ canvas في موضع index.

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

الرموز المضافة.

انظر أيضًا