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)
パラメーター説明
textSystem::Stringテキストです。
フォントSystem::SharedPtr<System::Drawing::Font>フォントです。
x単精度浮動小数点数テキスト位置の X 座標です。
y単精度浮動小数点数テキスト位置の Y 座標です。

参照