public final class TextRenderingMode
extends com.aspose.ms.System.Enum
The text rendering mode, Tmode, determines whether showing text shall cause glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.
Modifier and Type | Field and Description |
---|---|
static int |
AddPathToClipping
Add text to path for clipping.
|
static int |
FillText
Fill text.
|
static int |
FillTextAndAddPathToClipping
Fill text and add to path for clipping (see 9.3.6, "Text Rendering Mode,").
|
static int |
FillThenStrokeText
Fill, then stroke text.
|
static int |
FillThenStrokeTextAndAddPathToClipping
Fill, then stroke text and add to path for clipping.
|
static int |
Invisible
Neither fill nor stroke text (invisible).
|
static int |
StrokeText
Stroke text.
|
static int |
StrokeTextAndAddPathToClipping
Stroke text and add to path for clipping.
|
public static final int FillText
Fill text.
public static final int StrokeText
Stroke text.
public static final int FillThenStrokeText
Fill, then stroke text.
public static final int Invisible
Neither fill nor stroke text (invisible).
public static final int FillTextAndAddPathToClipping
Fill text and add to path for clipping (see 9.3.6, "Text Rendering Mode,").
public static final int StrokeTextAndAddPathToClipping
Stroke text and add to path for clipping.
public static final int FillThenStrokeTextAndAddPathToClipping
Fill, then stroke text and add to path for clipping.
public static final int AddPathToClipping
Add text to path for clipping.