Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs method
Inhalt
[
Ausblenden
]PageAPI::AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Fügt der Seite neue Glyphs hinzu.
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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font Ressource. |
| fontRenderingEmSize | float | Font Größe. |
| originX | float | Glyphen Ursprung X-Koordinate. |
| originY | float | Glyphen Ursprung Y-Koordinate. |
| unicodeString | System::String | String, der gedruckt werden soll. |
ReturnValue
Hinzugefügte Glyphen.
Siehe auch
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
Fügt der Seite neue Glyphs hinzu.
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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fontFamily | System::String | Font Familie. |
| fontRenderingEmSize | float | Font Größe. |
| fontStyle | System::Drawing::FontStyle | Font Stil. |
| originX | float | Glyphen Ursprung X-Koordinate. |
| originY | float | Glyphen Ursprung Y-Koordinate. |
| unicodeString | System::String | String, der gedruckt werden soll. |
ReturnValue
Hinzugefügte Glyphen.
Siehe auch
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++