@maxgraph/core
    Preparing search index...

    Variable FONT_STYLE_MASKConst

    FONT_STYLE_MASK: { BOLD: 1; ITALIC: 2; STRIKETHROUGH: 8; UNDERLINE: 4 } = ...

    Type declaration

    • ReadonlyBOLD: 1

      for bold fonts.

    • ReadonlyITALIC: 2

      for italic fonts.

    • ReadonlySTRIKETHROUGH: 8

      for strikethrough fonts.

    • ReadonlyUNDERLINE: 4

      for underlined fonts.