Interface: TextGlyphGroupOptions
Defined in: mobjects/text/TextGlyphGroup.ts:14
Properties
color?
optionalcolor:string
Defined in: mobjects/text/TextGlyphGroup.ts:22
Stroke color (default: '#ffffff')
fontSize?
optionalfontSize:number
Defined in: mobjects/text/TextGlyphGroup.ts:20
Font size in pixels (default: 48)
fontUrl
fontUrl:
string
Defined in: mobjects/text/TextGlyphGroup.ts:18
URL to the font file (OTF/TTF)
skeletonOptions?
optionalskeletonOptions:SkeletonizeOptions
Defined in: mobjects/text/TextGlyphGroup.ts:31
Options forwarded to the skeletonization algorithm.
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/text/TextGlyphGroup.ts:24
Stroke width for glyph outlines (default: 2)
text
text:
string
Defined in: mobjects/text/TextGlyphGroup.ts:16
The text string to render
useSkeletonStroke?
optionaluseSkeletonStroke:boolean
Defined in: mobjects/text/TextGlyphGroup.ts:29
When true, each GlyphVMobject computes its skeleton (medial axis) so the Write animation can draw along the center-line. Default: false.