Member Junction
    Preparing search index...

    Font styling options

    interface FontStyle {
        bold?: boolean;
        color?: string;
        italic?: boolean;
        name?: string;
        size?: number;
        strike?: boolean;
        underline?: boolean | "double" | "single";
    }
    Index

    Properties

    bold?: boolean

    Bold text

    color?: string

    Font color (hex without #, e.g., 'FF0000' for red)

    italic?: boolean

    Italic text

    name?: string

    Font family name

    size?: number

    Font size in points

    strike?: boolean

    Strikethrough text

    underline?: boolean | "double" | "single"

    Underline text