TextStyle

The set of text formatting properties (font, bold, italic, underline, size, color, alignment) that can be read and written on text areas via ItemProxy.textStyles.


Properties

align

align: string;

bold

bold: boolean;

color

color: string;

font

font: string;

italic

italic: boolean;

size

size: number;

underline

underline: boolean;