'Declaration Public Enum TextRenderingMode Inherits System.Enum
public enum TextRenderingMode : System.Enum
__value public enum TextRenderingMode : public System.Enum
public enum class TextRenderingMode : public System.Enum
'Declaration Public Enum TextRenderingMode Inherits System.Enum
public enum TextRenderingMode : System.Enum
__value public enum TextRenderingMode : public System.Enum
public enum class TextRenderingMode : public System.Enum
| Member | Description |
|---|---|
| Fill | Fill text. |
| Stroke | Stroke text. |
| FillAndStroke | Fill, then stroke text. |
| Invisible | Neither fill nor stroke text (invisible). |
| FillAndAddClipPath | Fill text and add to path for clipping. |
| StrokeAndAddClipPath | Stroke text and add to path for clipping. |
| FillAndStrokeAndAddClipPath | Fill, then stroke text and add to path for clipping. |
| AddClipPath | Add text to path for clipping. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Text.TextRenderingMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5