Skip to content

modern-pdf-lib


modern-pdf-lib / LineCapStyle

Variable: LineCapStyle

const LineCapStyle: object

Defined in: src/core/enums.ts:45

PDF line cap styles (Table 54). Applied via the J operator.

Type Declaration

Butt

readonly Butt: 0 = 0

Projecting

readonly Projecting: 2 = 2

Round

readonly Round: 1 = 1

Released under the MIT License.