pixi.js
    Preparing search index...

    Type Alias TextStyleTextBaseline

    TextStyleTextBaseline:
        | "alphabetic"
        | "top"
        | "hanging"
        | "middle"
        | "ideographic"
        | "bottom"

    The text baseline for text styles.

    This can be:

    • 'alphabetic': The alphabetic baseline
    • 'top': The top of the text
    • 'hanging': The hanging baseline
    • 'middle': The middle of the text
    • 'ideographic': The ideographic baseline
    • 'bottom': The bottom of the text