Aspose::Page::XPS::XpsDocument::InsertGlyphs metode
isi
[
bersembunyi
]XpsDocument::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Menyisipkan glyph baru ke halaman aktif pada posisi index .
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 | Tipe | Deskripsi |
|---|---|---|
| indeks | int32_t | Posisi di mana glyph baru harus disisipkan. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font sumber daya. |
| fontSize | float | Font ukuran. |
| originX | float | Koordinat X asal glyph. |
| originY | float | Koordinat Y asal glyph. |
| unicodeString | System::String | String yang akan dicetak. |
ReturnValue
Glyph yang disisipkan.
Lihat Juga
- 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
Menyisipkan glyph baru ke halaman aktif pada posisi index .
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 | Tipe | Deskripsi |
|---|---|---|
| indeks | int32_t | Posisi di mana glyph baru harus disisipkan. |
| fontFamily | System::String | Font keluarga. |
| fontSize | float | Font ukuran. |
| fontStyle | System::Drawing::FontStyle | Font gaya. |
| originX | float | Koordinat X asal glyph. |
| originY | float | Koordinat Y asal glyph. |
| unicodeString | System::String | String yang akan dicetak. |
ReturnValue
Glyph yang disisipkan.
Lihat Juga
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++