Aspose::Page::TextRenderingMode enum
TextRenderingMode enum
This enum contains possible values for text rendering mode.
enum class TextRenderingMode
Values
| Name | Value | Description |
|---|---|---|
| Fill | 0 | Fill a text. |
| Stroke | 1 | Stroke a text. |
| FillAndStroke | 2 | Fill and stroke a text. |
| No | 3 | Neither fill nor stroke a text. |
See Also
- Namespace Aspose::Page
- Library Aspose.Page for C++