[Bug] Issue importing settings from grid
Voxxel opened this issue ยท 7 comments
Describe the bug
Very bad bug on EU realms after successfully copying settings from Grid.
To Reproduce
Steps to reproduce the behavior:
- start wow.exe
- Get into party with russian ppl
- Set your eyes on their names
Expected behavior
grid
Screenshots
https://i.imgur.com/DE6DYbP.jpg
Desktop (please complete the following information):
- OS: windows
- Version latest
- Game Version 9.x prepatch
Additional context
Add any other context about the problem here.
This is due to an issue with font the default font doesn't support rus characters try one of the following fonts: 2002, AR ZhongkaiGBK Medium, MoK. ref: https://www.curseforge.com/wow/addons/plexus?comment=321 . From the game it sets a default font that is client appropriate, except when you factor people from different countries playing on different locations with different clients language settings. I am considering changing what plexus uses as default font. If I can find one that is not too crazy but also more inclusive.
Let me know if this does NOT fix your issue.
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/Fonts.xml STANDARD_TEXT_FONT is what plexus uses.
closing as im assuming its Duplicate: #25 (comment)
I of course know this is a font issue, but copying settings from Grid should copy the used font too. It would be better and less confusing to users, I believe.
fixed: fe21286 ru issue still looking into settings import issue.