TextRenderingMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TextRenderingMode extends 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.

Fields

FieldDescription
FillTextFill text.
StrokeTextStroke text.
FillThenStrokeTextFill, then stroke text.
InvisibleNeither fill nor stroke text (invisible).
FillTextAndAddPathToClippingFill text and add to path for clipping (see 9.3.6, “Text Rendering Mode,”).
StrokeTextAndAddPathToClippingStroke text and add to path for clipping.
FillThenStrokeTextAndAddPathToClippingFill, then stroke text and add to path for clipping.
AddPathToClippingAdd text to path for clipping.

FillText

public static final int FillText

Fill text.

StrokeText

public static final int StrokeText

Stroke text.

FillThenStrokeText

public static final int FillThenStrokeText

Fill, then stroke text.

Invisible

public static final int Invisible

Neither fill nor stroke text (invisible).

FillTextAndAddPathToClipping

public static final int FillTextAndAddPathToClipping

Fill text and add to path for clipping (see 9.3.6, “Text Rendering Mode,”).

StrokeTextAndAddPathToClipping

public static final int StrokeTextAndAddPathToClipping

Stroke text and add to path for clipping.

FillThenStrokeTextAndAddPathToClipping

public static final int FillThenStrokeTextAndAddPathToClipping

Fill, then stroke text and add to path for clipping.

AddPathToClipping

public static final int AddPathToClipping

Add text to path for clipping.