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

    Interface EllipseOpts

    Options for graphic ellipses (^GE).

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

    Properties

    fill?: Fill

    Fill color; black by default.

    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

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