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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لرسم الحروف.

ملاحظات

///

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
الخطSystem::SharedPtr<System::Drawing::Font>الخط الذي سيُستخدم لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
التقدماتSystem::ArrayPtr<float>مصفوفة لعرض الحروف. يجب أن يتطابق طولها مع عدد الحروف في السلسلة.
fontSystem::SharedPtr<System::Drawing::Font>System الخط الذي سيتم استخدامه لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لرسم الحروف.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont التي سيتم استخدامها لرسم النص. يمكن استخدامها مع خط مخصص موجود في مجلد مخصص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لرسم الحروف.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
fontSystem::SharedPtr<System::Drawing::Font>System الخط الذي سيتم استخدامه لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.

انظر أيضًا

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)
ParameterTypeالوصف
textSystem::Stringالنص المراد إضافته.
fontSystem::SharedPtr<System::Drawing::Font>System الخط الذي سيتم استخدامه لرسم النص.
xعدد عائمالإحداثي X لأصل النص.
yعدد عائمالإحداثي Y لأصل النص.
fillSystem::SharedPtr<System::Drawing::Brush>التعبئة المستخدمة لرسم الحروف.

انظر أيضًا