Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs طريقة
محتويات
[
يخفي
]PageAPI::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
يدرج Glyphs جديدة إلى الصفحة في موضع index.
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)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int32_t | الموضع الذي يجب إدراج الرموز الجديدة فيه. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font مورد. |
| fontSize | float | Font حجم. |
| originX | عدد عائم | إحداثي X لأصل الرموز. |
| originY | عدد عائم | إحداثي Y لأصل الرموز. |
| unicodeString | System::String | النص المراد طباعته. |
ReturnValue
الرموز المدخلة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method
يدرج Glyphs جديدة إلى الصفحة في موضع index.
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)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int32_t | الموضع الذي يجب إدراج الرموز الجديدة فيه. |
| fontFamily | System::String | Font عائلة. |
| fontSize | float | Font حجم. |
| fontStyle | System::Drawing::FontStyle | Font نمط. |
| originX | عدد عائم | إحداثي X لأصل الرموز. |
| originY | عدد عائم | إحداثي Y لأصل الرموز. |
| unicodeString | System::String | النص المراد طباعته. |
ReturnValue
الرموز المدخلة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++