@mathjax/src
    Preparing search index...

    A BBox with extra data about line breaking

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    end: [number, number]

    The index of the child node containing the ending line break and the line within that child

    indentData: IndentData[] = null

    Indentation data for the line break

    isFirst: boolean = false

    True if this bbox is at the beginning of a line

    lineLeading: number

    the lineleading for this break

    originalL: number

    The original BBox.L value

    start: [number, number]

    The index of the child node containing this starting line break and the line within that child

    w: number

    These are the data stored for a bounding box

    boxSides: [string, number, string][] = ...

    The side names, indices, and which dimension they affect

    fullWidth: string = '100%'

    Constant for pwidth of full width box

    Methods

    • Parameters

      • cbox: BBox

        A bounding to combine with this one

      • x: number = 0

        An x-offest for the child bounding box

      • y: number = 0

        A y-offset for the child bounding box

      Returns void

    • Parameters

      • scale: number

        The scale to use to modify the bounding box size

      Returns void