Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs メソッド
XpsCanvas::InsertGlyphs method
この Canvas の子リストの index 番目の位置に新しい Glyphs を挿入します。
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int32_t | 新しいグリフを挿入すべき位置です。 |
| fontFamily | System::String | Font ファミリ。 |
| fontSize | float | Font サイズ。 |
| fontStyle | System::Drawing::FontStyle | Font スタイル。 |
| originX | 単精度浮動小数点数 | グリフの原点 X 座標。 |
| originY | 単精度浮動小数点数 | グリフの原点 T 座標です。 |
| unicodeString | System::String | 印刷する文字列。 |
ReturnValue
追加されたグリフ。
参照
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++