Aspose::Page::EPS::PsDocument::FillText method
محتويات
[
يخفي
]PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| التقدمات | System::ArrayPtr<float> | مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة. |
| drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| التقدمات | System::ArrayPtr<float> | مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة. |
| drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
| fill | System::SharedPtr<System::Drawing::Brush> | التعبئة المستخدمة لرسم الحروف. |
ملاحظات
///
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| التقدمات | System::ArrayPtr<float> | مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة. |
| الخط | System::SharedPtr<System::Drawing::Font> | الخط الذي سيُستخدم لرسم النص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| التقدمات | System::ArrayPtr<float> | مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة. |
| font | System::SharedPtr<System::Drawing::Font> | System الخط الذي سيتم استخدامه لرسم النص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
| fill | System::SharedPtr<System::Drawing::Brush> | التعبئة المستخدمة لرسم الحروف. |
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
| fill | System::SharedPtr<System::Drawing::Brush> | التعبئة المستخدمة لرسم الحروف. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class DrFont
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<System::Drawing::Font>, float, float) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| font | System::SharedPtr<System::Drawing::Font> | System الخط الذي سيتم استخدامه لرسم النص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>) method
يضيف سلسلة نصية بملء داخل الحروف.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parameter | Type | الوصف |
|---|---|---|
| text | System::String | النص المراد إضافته. |
| font | System::SharedPtr<System::Drawing::Font> | System الخط الذي سيتم استخدامه لرسم النص. |
| x | عدد عائم | الإحداثي X لأصل النص. |
| y | عدد عائم | الإحداثي Y لأصل النص. |
| fill | System::SharedPtr<System::Drawing::Brush> | التعبئة المستخدمة لرسم الحروف. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Font
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++