Aspose::Page::EPS::PsDocument::OutlineText method
Contents
[
Hide
]PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
advances | System::ArrayPtr<float> | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Pen>) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
advances | System::ArrayPtr<float> | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
stroke | System::SharedPtr<System::Drawing::Pen> | The stroke used for drawing glyphs outlines. |
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class Pen
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
advances | System::ArrayPtr<float> | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
font | System::SharedPtr<System::Drawing::Font> | The font that will be used to draw text. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Pen>) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
advances | System::ArrayPtr<float> | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
font | System::SharedPtr<System::Drawing::Font> | System font that will be used to draw text. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
stroke | System::SharedPtr<System::Drawing::Pen> | The stroke used for drawing glyphs outlines. |
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class Pen
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
See Also
- Class String
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Pen>) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
drFont | System::SharedPtr<Aspose::Page::Font::DrFont> | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
stroke | System::SharedPtr<System::Drawing::Pen> | The stroke used for drawing glyphs outlines. |
See Also
- Class String
- Typedef SharedPtr
- Class DrFont
- Class Pen
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::SharedPtr<System::Drawing::Font>, float, float) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
font | System::SharedPtr<System::Drawing::Font> | System font that will be used to draw text. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
See Also
- Class String
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OutlineText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Pen>) method
Adds a text string by drawing glyphs contours.
void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
Parameter | Type | Description |
---|---|---|
text | System::String | The text to add. |
font | System::SharedPtr<System::Drawing::Font> | System font that will be used to draw text. |
x | float | X coordinate for text origin. |
y | float | Y coordinate for text origin. |
stroke | System::SharedPtr<System::Drawing::Pen> | The stroke used for drawing glyphs outlines. |
See Also
- Class String
- Typedef SharedPtr
- Class Font
- Class Pen
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++