Cidan / BetterBags

A total replacement AddOn for World of Warcraft bag frames, inspired by AdiBags.
MIT License
89 stars 38 forks source link

Wrong codepage for content of custom categories #175

Open RedSkotina opened 7 months ago

RedSkotina commented 7 months ago

Addon Version

0.1.6

World of Warcraft Version

Retail

Describe the bug

Characters of another language are displayed incorrectly when setting the contents of sections.
Seems uses font with support for only english language. And users cant change font settings.

Steps to reproduce

  1. Open any Custom Category settings while using non english client.
Cidan commented 7 months ago

Can you send me a screenshot? I use Blizzard default fonts, which should update based on locale.

RedSkotina commented 7 months ago

Can you send me a screenshot? I use Blizzard default fonts, which should update based on locale.

bb1

Hndrxuprt commented 4 months ago

just use SetTextScale(0.95) instead of SetFont("Fonts\FRIZQT__.TTF", 14, "THICK") for example and we're all gucci image