Skip to content

TextRenderMode

@scaryterry/pdfium


Defined in: src/core/types.ts:563

Text rendering modes as defined in PDF specification.

Enumeration MemberValueDescriptionDefined in
Clip"Clip"Add text to path for clipping.src/core/types.ts:579
Fill"Fill"Fill text.src/core/types.ts:565
FillClip"FillClip"Fill text and add to path for clipping.src/core/types.ts:573
FillStroke"FillStroke"Fill then stroke text.src/core/types.ts:569
FillStrokeClip"FillStrokeClip"Fill then stroke text and add to path for clipping.src/core/types.ts:577
Invisible"Invisible"Invisible text.src/core/types.ts:571
Stroke"Stroke"Stroke text.src/core/types.ts:567
StrokeClip"StrokeClip"Stroke text and add to path for clipping.src/core/types.ts:575