@schie/fluent-zpl - v0.11.2
    Preparing search index...

    Interface DiagonalLineOpts

    Options for diagonal line graphics (^GD).

    interface DiagonalLineOpts {
        at: Position;
        fill?: Fill;
        orientation?: DiagonalOrientation;
        reverse?: boolean;
        size: { h: number; w: number };
        thickness?: number;
    }
    Index

    Properties

    fill?: Fill

    Line color; black by default.

    orientation?: DiagonalOrientation

    Orientation of the diagonal line; defaults to right-leaning ('R').

    reverse?: boolean

    Apply field reverse (^FR) to invert colors.

    size: { h: number; w: number }

    Width and height in current units; converted to dots.

    thickness?: number

    Line thickness in dots; rounded to an integer with a minimum of 1.