TextRenderMode
Defined in: src/core/types.ts:561
Text rendering modes as defined in PDF specification.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
Clip | "Clip" | Add text to path for clipping. | src/core/types.ts:577 |
Fill | "Fill" | Fill text. | src/core/types.ts:563 |
FillClip | "FillClip" | Fill text and add to path for clipping. | src/core/types.ts:571 |
FillStroke | "FillStroke" | Fill then stroke text. | src/core/types.ts:567 |
FillStrokeClip | "FillStrokeClip" | Fill then stroke text and add to path for clipping. | src/core/types.ts:575 |
Invisible | "Invisible" | Invisible text. | src/core/types.ts:569 |
Stroke | "Stroke" | Stroke text. | src/core/types.ts:565 |
StrokeClip | "StrokeClip" | Stroke text and add to path for clipping. | src/core/types.ts:573 |