@liquid-js/qr-code-styling
    Preparing search index...

    Interface TextConfig

    interface TextConfig {
        font?: string;
        color?: string;
        size?: number;
        fontWeight?: number | "lighter" | "normal" | "bold" | "bolder";
        fontStyle?: "normal" | "italic" | "oblique";
    }
    Index

    Properties

    font?: string
    color?: string
    size?: number
    fontWeight?: number | "lighter" | "normal" | "bold" | "bolder"
    fontStyle?: "normal" | "italic" | "oblique"