Aspose::Page::EPS::PsDocument::FillAndStrokeText طريقة

PsDocument::FillAndStrokeText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

يضيف سلسلة نصية بملء داخل الحروف ورسم حدود الحروف.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillPaintSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لطلاء داخل الحروف.
strokeSystem::SharedPtr<System::Drawing::Pen>الخط المستخدم لرسم حدود الحروف.

انظر أيضًا

PsDocument::FillAndStrokeText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

يضيف سلسلة نصية بملء داخل الحروف ورسم حدود الحروف.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
fontSystem::SharedPtr<System::Drawing::Font>System الخط الذي سيتم استخدامه لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillPaintSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لطلاء داخل الحروف.
strokeSystem::SharedPtr<System::Drawing::Pen>الخط المستخدم لرسم حدود الحروف.

انظر أيضًا

PsDocument::FillAndStrokeText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

يضيف سلسلة نصية بملء داخل الحروف ورسم حدود الحروف.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillPaintSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لطلاء داخل الحروف.
strokeSystem::SharedPtr<System::Drawing::Pen>الخط المستخدم لرسم حدود الحروف.

انظر أيضًا

PsDocument::FillAndStrokeText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

يضيف سلسلة نصية بملء داخل الحروف ورسم حدود الحروف.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
fontSystem::SharedPtr<System::Drawing::Font>System الخط الذي سيتم استخدامه لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillPaintSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لطلاء داخل الحروف.
strokeSystem::SharedPtr<System::Drawing::Pen>الخط المستخدم لرسم حدود الحروف.

انظر أيضًا