Skip to content

modern-pdf-lib


modern-pdf-lib / LineJoinStyle

Variable: LineJoinStyle

const LineJoinStyle: object

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

PDF line join styles (Table 55). Applied via the j operator.

Type Declaration

Bevel

readonly Bevel: 2 = 2

Miter

readonly Miter: 0 = 0

Round

readonly Round: 1 = 1

Released under the MIT License.