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)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int32_t | الموضع الذي يجب إدراج الرموز الجديدة فيه. |
| fontFamily | System::String | Font عائلة. |
| fontSize | float | Font حجم. |
| fontStyle | System::Drawing::FontStyle | Font نمط. |
| originX | عدد عائم | إحداثي X لأصل الرموز. |
| originY | عدد عائم | إحداثي T لأصل الرموز. |
| unicodeString | System::String | النص المراد طباعته. |
ReturnValue
الرموز المضافة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++