Aspose::Page::XPS::XpsDocument::AddGlyphs メソッド
コンテンツ
[
隠れる
]XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
アクティブなページに新しいグリフを追加します。
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
| パラメーター | 型 | 説明 |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font リソース。 |
| fontRenderingEmSize | 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::AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
アクティブなページに新しいグリフを追加します。
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::AddGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| パラメーター | 型 | 説明 |
|---|---|---|
| fontFamily | System::String | Font ファミリ。 |
| fontRenderingEmSize | 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++