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)
Parameter | Type | Description |
---|---|---|
text | System::String | The text. |
font | System::SharedPtr<System::Drawing::Font> | The font. |
x | float | An X coordinate of the text position. |
y | float | An Y coordinate of the text position. |
See Also
- Class String
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++