Interface: TextAndFont
Properties
fontName?
optionalfontName:string
Font name to use when displaying the text.
Defined in
m2c2kit/packages/core/src/Translation.ts:169
fontNames?
optionalfontNames:string[]
Font names to use when displaying the text.
Defined in
m2c2kit/packages/core/src/Translation.ts:171
fontSize?
optionalfontSize:number
Font size to use when displaying the text.
Defined in
m2c2kit/packages/core/src/Translation.ts:167
text?
optionaltext:string
The translated string.
Defined in
m2c2kit/packages/core/src/Translation.ts:165