Lens Scripting API

    Enumeration VerticalOverflow

    Options for handling vertical text overflow. Used by Text's verticalOverflow property.

    //@input Component.Text textComponent

    script.textComponent.verticalOverflow = VerticalOverflow.Truncate;
    Index

    Enumeration Members

    Enumeration Members

    Overflow: number

    Text will continue to draw past the end of the vertical boundaries.

    Shrink: number

    Text will shrink to fit within the vertical boundaries.

    Truncate: number

    Text will be clipped at the end of the vertical boundaries.

    MMNEPVFCICPMFPCPTTAAATR