Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs method
Contents
[
Hide
]PageAPI::CreateGlyphs(System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont>, float, float, float, System::String) method
Creates new glyphs.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont> | Font resource. |
fontRenderingEmSize | float | Font size. |
originX | float | Glyphs origin X coordinate. |
originY | float | Glyphs origin Y coordinate. |
unicodeString | System::String | String to be printed. |
ReturnValue
New glyphs.
See Also
- 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
Creates new glyphs.
System::SharedPtr<Aspose::Page::XPS::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 | Description |
---|---|---|
fontFamily | System::String | Font family. |
fontRenderingEmSize | float | Font size. |
fontStyle | System::Drawing::FontStyle | Font style. |
originX | float | Glyphs origin X coordinate. |
originY | float | Glyphs origin Y coordinate. |
unicodeString | System::String | String to be printed. |
ReturnValue
New glyphs.
See Also
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++