Aspose::Page::XPS::XpsDocument::InsertGlyphs メソッド
コンテンツ
[
隠れる
]XpsDocument::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int32_t | 新しいグリフを挿入すべき位置です。 |
| font | System::SharedPtr<XpsModel::XpsFont> | Font リソース。 |
| fontSize | float | Font サイズ。 |
| originX | 単精度浮動小数点数 | グリフの原点 X 座標。 |
| originY | 単精度浮動小数点数 | グリフの原点 Y 座標。 |
| unicodeString | System::String | 印刷する文字列。 |
ReturnValue
挿入されたグリフです。
参照
- 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 番目の位置に、アクティブページへ新しいグリフを挿入します。
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int32_t | 新しいグリフを挿入すべき位置です。 |
| fontFamily | System::String | Font ファミリ。 |
| fontSize | float | Font サイズ。 |
| fontStyle | System::Drawing::FontStyle | Font スタイル。 |
| originX | 単精度浮動小数点数 | グリフの原点 X 座標。 |
| originY | 単精度浮動小数点数 | グリフの原点 Y 座標。 |
| unicodeString | System::String | 印刷する文字列。 |
ReturnValue
挿入されたグリフです。
参照
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++