Enum text

TextRenderMode

Namespace: Datalogics::PDFL

Description

Text rendering mode determines whether text shown will have glyph outlines stroked, filled, used as a clipping path boundary, or feature some combination of those three values.

Text may also be hidden (invisible).

Fill sets the color inside an object. Stroke sets the color of the line drawn around that object.

With a PDF file, clipping paths define closed shapes, lines, and boundaries for clip art or graphics, and they define filled areas within graphics. A clipping path can be used to edit a graphic design by removing part of the art, so that only the shapes outlined by the path appear. You could use a clipping path to remove the background in a photo or superimpose text on an image.

Values

Fill
Stroke
FillThenStroke
Invisible
FillAndAddToClipPath
StrokeAndAddToClipPath
FillThenStrokeAndAddToClipPath
InvisibleAddToClipPath