Skip to main content

Interface: TextAndFont

Properties

fontName?

optional fontName: string

Font name to use when displaying the text.

Defined in

Translation.ts:169


fontNames?

optional fontNames: string[]

Font names to use when displaying the text.

Defined in

Translation.ts:171


fontSize?

optional fontSize: number

Font size to use when displaying the text.

Defined in

Translation.ts:167


text?

optional text: string

The translated string.

Defined in

Translation.ts:165