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

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

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

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float) method

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

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

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

PsDocument::OutlineText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

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

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

PsDocument::OutlineText(System::String, System::SharedPtr<System::Drawing::Font>, float, float) method

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا

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

يضيف سلسلة نصية عن طريق رسم حدود الحروف.

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

انظر أيضًا