Aspose::Page::EPS::PsDocument::ClipText method
PsDocument::ClipText method
指定されたフォントの指定テキストのアウトラインからクリップを追加します。
void Aspose::Page::EPS::PsDocument::ClipText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
| パラメーター | 型 | 説明 |
|---|---|---|
| text | System::String | テキストです。 |
| フォント | System::SharedPtr<System::Drawing::Font> | フォントです。 |
| x | 単精度浮動小数点数 | テキスト位置の X 座標です。 |
| y | 単精度浮動小数点数 | テキスト位置の Y 座標です。 |
参照
- Class String
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++