Pilates
    Preparing search index...

    Interface TextStyle

    Visual attributes for borders / text.

    interface TextStyle {
        bgColor?: Color;
        bold?: boolean;
        color?: Color;
        dim?: boolean;
        inverse?: boolean;
        italic?: boolean;
        underline?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bgColor?: Color
    bold?: boolean
    color?: Color
    dim?: boolean
    inverse?: boolean
    italic?: boolean
    underline?: boolean