We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4a2ac7 + 85f051f commit 997d7ffCopy full SHA for 997d7ff
1 file changed
schemas/richcaptionproperties.yaml
@@ -20,6 +20,12 @@ RichCaptionActiveFont:
20
maximum: 1
21
default: 1
22
example: 1
23
+ size:
24
+ description: The font size of the active word in pixels. Overrides the scale property when set.
25
+ type: number
26
+ minimum: 1
27
+ maximum: 500
28
+ example: 120
29
textDecoration:
30
description: Text decoration to apply to the active word.
31
type: string
@@ -171,6 +177,12 @@ RichCaptionStyle:
171
177
- capitalize
172
178
default: "none"
173
179
example: "uppercase"
180
181
182
183
184
185
174
186
175
187
description: Text decoration to apply.
176
188
0 commit comments