.NET Framework Class Library
TextRenderingMode Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > TextRenderingMode Enumeration |
Defines the text rendering modes.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration TextRenderingMode |
C# |
public enum TextRenderingMode |
Visual C++ |
public enum class TextRenderingMode |
Member name |
Value |
Description |
|
Fill |
0 |
||
Stroke |
1 |
||
FillAndStroke |
2 |
||
Invisible |
3 |
||
FillAndClip |
4 |
||
StrokeAndClip |
5 |
||
FillAndStrokeAndClip |
6 |
||
Clip |
7 |