Aspose::Page::XPS::XpsDocument::CreateGlyphs method
Contents
[
Hide
]XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Creates new glyphs.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
Creates new glyphs.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++