طريقة Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs

PageAPI::AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

يضيف glyphs جديدة إلى الصفحة.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
ParameterTypeالوصف
fontSystem::SharedPtr<XpsModel::XpsFont>Font مورد.
fontRenderingEmSizefloatFont حجم.
originXعدد عائمإحداثي X لأصل الرموز.
originYعدد عائمإحداثي Y لأصل الرموز.
unicodeStringSystem::Stringالنص المراد طباعته.

ReturnValue

الرموز المضافة.

انظر أيضًا

PageAPI::AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method

يضيف glyphs جديدة إلى الصفحة.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeالوصف
fontFamilySystem::StringFont عائلة.
fontRenderingEmSizefloatFont حجم.
fontStyleSystem::Drawing::FontStyleFont نمط.
originXعدد عائمإحداثي X لأصل الرموز.
originYعدد عائمإحداثي Y لأصل الرموز.
unicodeStringSystem::Stringالنص المراد طباعته.

ReturnValue

الرموز المضافة.

انظر أيضًا