Skip to content

addHTMLTextStyle

addHTMLTextStyle(pId, pTextStyle): void

Adds a new HTML text style.

Parameters

pId: string | number

The ID of the style.

pTextStyle: HTMLTextStyle

The text style to add.

Returns

void

Source

src/utils/HTMLTextStyleManager.ts:84