public static final class PdfCanvasConstants.TextRenderingMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CLIP
Add text to path for clipping
|
static int |
FILL
Fill text
|
static int |
FILL_CLIP
Fill text and add to path for clipping
|
static int |
FILL_STROKE
Fill and stroke text
|
static int |
FILL_STROKE_CLIP
Fill, then stroke text and add to path for clipping
|
static int |
INVISIBLE
Neither fill nor stroke, i.e.
|
static int |
STROKE
Stroke text, providing the outline of the glyphs
|
static int |
STROKE_CLIP
Stroke text and add to path for clipping
|
public static final int FILL
public static final int STROKE
public static final int FILL_STROKE
public static final int INVISIBLE
public static final int FILL_CLIP
public static final int STROKE_CLIP
public static final int FILL_STROKE_CLIP
public static final int CLIP
Copyright © 1998–2018 iText Group NV. All rights reserved.