.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 >

.NET Framework Class Library

TextRenderingMode Enumeration

Defines the text rendering modes.

Namespace: Gnostice.Core.Graphics

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration TextRenderingMode

C#

public enum TextRenderingMode

Visual C++

public enum class TextRenderingMode

Members


Member name

Value

Description


Fill

0



Stroke

1



FillAndStroke

2



Invisible

3



FillAndClip

4



StrokeAndClip

5



FillAndStrokeAndClip

6



Clip

7


See Also

Gnostice.Core.Graphics Namespace