طريقة Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs
محتويات
[
يخفي
]PageAPI::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
ينشئ glyphs جديدة.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
| Parameter | Type | الوصف |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font مورد. |
| fontRenderingEmSize | float | Font حجم. |
| originX | عدد عائم | إحداثي X لأصل الرموز. |
| originY | عدد عائم | إحداثي Y لأصل الرموز. |
| unicodeString | System::String | النص المراد طباعته. |
ReturnValue
رموز جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
ينشئ glyphs جديدة.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| Parameter | Type | الوصف |
|---|---|---|
| fontFamily | System::String | Font عائلة. |
| fontRenderingEmSize | float | Font حجم. |
| fontStyle | System::Drawing::FontStyle | Font نمط. |
| originX | عدد عائم | إحداثي X لأصل الرموز. |
| originY | عدد عائم | إحداثي Y لأصل الرموز. |
| unicodeString | System::String | النص المراد طباعته. |
ReturnValue
رموز جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++