Aspose::Page::XPS::XpsDocument::CreateGlyphs μέθοδος
περιεχόμενα
[
κρύβω
]XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Δημιουργεί νέα 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 | Περιγραφή |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font πόρος. |
| fontRenderingEmSize | float | Font μέγεθος. |
| originX | float | Συντεταγμένη X προέλευσης γλύφων. |
| originY | float | Συντεταγμένη Y προέλευσης γλύφων. |
| unicodeString | System::String | Συμβολοσειρά για εκτύπωση. |
ReturnValue
Νέα γλύφα.
Δείτε επίσης
- 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
Δημιουργεί νέα 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 | Περιγραφή |
|---|---|---|
| fontFamily | System::String | Font οικογένεια. |
| fontRenderingEmSize | float | Font μέγεθος. |
| fontStyle | System::Drawing::FontStyle | Font στυλ. |
| originX | float | Συντεταγμένη X προέλευσης γλύφων. |
| originY | float | Συντεταγμένη Y προέλευσης γλύφων. |
| unicodeString | System::String | Συμβολοσειρά για εκτύπωση. |
ReturnValue
Νέα γλύφα.
Δείτε επίσης
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++