Skip to main content

Module cs

Module cs 

Source
Expand description

Parsing and evaluation of charstrings.

Structs§

NopFilterSink
Command sink adapter that suppresses degenerate move and line commands.
TransformSink
Command sink adapter that applies a matrix and optional scale.

Enums§

CharstringKind
The type of a PostScript charstring.

Constants§

NESTING_DEPTH_LIMIT
Maximum nesting depth for subroutine calls.

Traits§

CharstringContext
Trait that provides context for charstring evaluation.
CommandSink
Trait for processing commands resulting from charstring evaluation.

Functions§

evaluate
Evaluates the given charstring and emits the resulting commands to the specified sink.