PDF::Content::GraphicsState::TextRenderMode
Inherits Enum < Comparable < Value < Object
Text rendering modes.
fill: Fill text (default)stroke: Stroke text outlinesfill_stroke: Fill and stroke textinvisible: Invisible text (useful for OCR layers)fill_clip: Fill text and add to clipping pathstroke_clip: Stroke text and add to clipping pathfill_stroke_clip: Fill, stroke, and clipclip: Add text to clipping path only
Constants
Fill = 0
Stroke = 1
FillStroke = 2
Invisible = 3
FillClip = 4
StrokeClip = 5
FillStrokeClip = 6
Clip = 7