Aspose::Page::XPS::XpsDocument::InsertGlyphs metodu
İçindekiler
[
Saklamak
]XpsDocument::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
index konumunda aktif sayfaya yeni glyph’ler ekler.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int32_t | Yeni gliflerin eklenmesi gereken konum. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font kaynağı. |
| fontSize | float | Font boyutu. |
| originX | float | Gliflerin X koordinatı. |
| originY | float | Gliflerin Y koordinatı. |
| unicodeString | System::String | Yazdırılacak dize. |
ReturnValue
Eklenen glifler.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method
index konumunda aktif sayfaya yeni glyph’ler ekler.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int32_t | Yeni gliflerin eklenmesi gereken konum. |
| fontFamily | System::String | Font ailesi. |
| fontSize | float | Font boyutu. |
| fontStyle | System::Drawing::FontStyle | Font stili. |
| originX | float | Gliflerin X koordinatı. |
| originY | float | Gliflerin Y koordinatı. |
| unicodeString | System::String | Yazdırılacak dize. |
ReturnValue
Eklenen glifler.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++