Aspose::Page::EPS::PsDocument::ClipText method

PsDocument::ClipText method

Adds clip from an outline of given text in given font.

void Aspose::Page::EPS::PsDocument::ClipText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
ParameterTypeDescription
textSystem::StringThe text.
fontSystem::SharedPtr<System::Drawing::Font>The font.
xfloatAn X coordinate of the text position.
yfloatAn Y coordinate of the text position.

See Also