You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a FontVariation has a FontVariation in it as a fallback font, Extra Spacing values are overriden by the parent's one. Transforms and Embolden values seem to be fine.
Steps to reproduce
Create a Label.
Create and set a FontVariation as the font of the label node.
Create and set another FontVariation as a fallback font of the font of the label node.
Manipulate Extra Spacing values of the fallback font (such as Glyph) and there are no visible changes. If the parent has changed extra spacing values, then it affects the child fallback font too.
Godot version
4.2.dev3
System information
Godot v4.2.dev3 - macOS 13.4.0 - Vulkan (Mobile) - integrated Apple M1 - Apple M1 (8 Threads)
Issue description
Probably related to #58340
When a FontVariation has a FontVariation in it as a fallback font, Extra Spacing values are overriden by the parent's one. Transforms and Embolden values seem to be fine.
Steps to reproduce
Label
.FontVariation
as the font of the label node.FontVariation
as a fallback font of the font of the label node.Minimal reproduction project
font_variation_bug.zip
The text was updated successfully, but these errors were encountered: