Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs metode
XpsCanvas::InsertGlyphs method
Menyisipkan glyph baru ke daftar anak canvas ini pada posisi index.
System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::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 asal T glyph. |
| unicodeString | System::String | String yang akan dicetak. |
ReturnValue
Glyph yang ditambahkan.
Lihat Juga
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++