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)
ParameterType描述
textSystem::String文本。
字体System::SharedPtr<System::Drawing::Font>字体。
x单精度浮点数文本位置的 X 坐标。
y单精度浮点数文本位置的 Y 坐标。

另见