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

    Interface CircleOpts

    Options for graphic circles (^GC).

    interface CircleOpts {
        at: Position;
        diameter: number;
        fill?: Fill;
        reverse?: boolean;
        thickness?: number;
    }
    Index

    Properties

    diameter: number

    Diameter in current units; converted to dots.

    fill?: Fill

    Fill color; black by default.

    reverse?: boolean

    Apply field reverse (^FR) to invert colors.

    thickness?: number

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