Enum text

TextRenderMode

Namespace: datalogics_interface

Description

Rendering mode for text, corresponding to the Tr operator in a PDF content stream.

Values

Fill

Fill text glyphs.

Stroke

Stroke text glyph outlines.

FillThenStroke

Fill, then stroke, each glyph.

Invisible

Render no visible glyphs (used for hidden text in OCR'd documents).

FillAndAddToClipPath

Fill glyphs and add their outlines to the clip path.

StrokeAndAddToClipPath

Stroke glyph outlines and add them to the clip path.

FillThenStrokeAndAddToClipPath

Fill then stroke each glyph, and add the outlines to the clip path.

InvisibleAddToClipPath

Render no visible glyphs but add their outlines to the clip path.