ImageJS
    Preparing search index...

    Interface DrawTextOptions

    interface DrawTextOptions {
        font?: string;
        fontColor?: number[];
        out?: Image;
    }
    Index

    Properties

    Properties

    font?: string

    General size and type of font. Used as the default when font is not specified in individual text labels.

    fontColor?: number[]

    General font color. Used as the default when fontColor is not specified in individual text labels.

    out?: Image

    Image to which the resulting image has to be put.