PdfTextRenderingMode enum
Text rendering mode
Values
- fill → const PdfTextRenderingMode
-
Fill text
- stroke → const PdfTextRenderingMode
-
Stroke text
- fillAndStroke → const PdfTextRenderingMode
-
Fill, then stroke text
- invisible → const PdfTextRenderingMode
-
Neither fill nor stroke text (invisible)
- fillAndClip → const PdfTextRenderingMode
-
Fill text and add to path for clipping
- strokeAndClip → const PdfTextRenderingMode
-
Stroke text and add to path for clipping
- fillStrokeAndClip → const PdfTextRenderingMode
-
Fill, then stroke text and add to path for clipping
- clip → const PdfTextRenderingMode
-
Add text to path for clipping
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfTextRenderingMode> - A constant List of the values in this enum, in order of their declaration.