Closed dtcblyth closed 1 month ago
As the discussion get resolved, I am going to close this issue here. Discord thread : https://discord.com/channels/1041765492907589683/1199975933969436742/1199975933969436742 If you have more concern please open a new issue. Thanks.
Related thread: https://discord.com/channels/1041765492907589683/1079860683623116862/threads/1199975933969436742
The Problem:
When using the FontGroup, FontBodyGroup, or FontHeaderGroup components and converting from D4 to D5, the Font Weight setting is not always converting correctly.
For example, if we have a
FontGroup
which is declared in themodule.json
file to have a default value ofbold
, like this:If the user was to set the Font Weight to Medium, or Ultra Bold, and then convert the module from D4 to D5, the value would convert correctly. However, if the user was to set the Font Weight to Regular, and then convert the module from D4 to D5, the value would not covert and would instead fallback to the default Bold value.