@cto.af/linebreak
    Preparing search index...

    Class BreakerChar

    Information about a particular input character.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • cls: number
      • cp: number
      • char: string
      • len: number

      Returns BreakerChar

    Properties

    char: string = ""

    The character. Might be one or two UTF-16 JS characters.

    cls: number = sot

    Line breaking class, or sot or eot.

    cp: number = -Infinity

    Code point

    ignored: boolean = false

    If true, this is an LB9 CM or ZWJ that is treated as coalesced into the previous code point.

    len: number = 0

    The length of the whole string up to and including char, in JS chars.