Skip to main content

Module pdc

Module pdc 

Source
Expand description

Precise Draw Commands (PDC) vector graphics format and renderer.

Compact, binary-efficient vector format supporting arbitrary paths, circles, and 13.3 fixed-point subpixel precision coordinates.

Structs§

PdcCommand
A single Precise Draw Command encoding stroke, fill, and geometry.
PdcError
Error indicating capacity limit exceeded during PDC construction.
PdcImage
A composite Precise Draw Command Image (PDC vector asset).
PdcPrecisePoint
A 13.3 fixed-point coordinate point (1 unit = 1/8th pixel).

Enums§

PdcCommandType
Type of Precise Draw Command.