@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface GigaStylePatch

    A character-style patch for restyle/insert ops: only the present fields are applied (mirror of model::edit::StylePatch). color: null clears the colour (→ default black); omitting color leaves it unchanged.

    interface GigaStylePatch {
        family?: string;
        generic?: GigaGeneric;
        size_pt?: number;
        bold?: boolean;
        italic?: boolean;
        underline?: boolean;
        strike?: boolean;
        color?: [number, number, number] | null;
    }
    Index

    Properties

    family?: string
    generic?: GigaGeneric
    size_pt?: number
    bold?: boolean
    italic?: boolean
    underline?: boolean
    strike?: boolean
    color?: [number, number, number] | null