yuzu/src
Kyle Kienapfel 1dba5fab62 Qt: work around Qt5's font choice for Chinese
On Windows there are currently two fonts used.

The first, does the Menu, QTreeView and Tooltips
Second is Everything else which is a default font.

From inspecting QApplication::font() at runtime
Windows 10 English: QFont(MS Shell Dlg 2,8.25,-1,5,50,0,0,0,0,0)
Windows 11 Japanese:        MS UI Gothic,9   ,-1,5,50,0,0,0,0,0
Windows 11 Traditional Chinese: PMingLiU,9   ,-1,5,50,0,0,0,0,0
Windows 11 Simplified Chinese:    SimSun,9   ,-1,5,50,0,0,0,0,0
Windows 11 Korean:                 Gulim,9   ,-1,5,50,0,0,0,0,0

I initially investigated dynamically changing the font when
the UI language is English, but this was getting quite messy

Qt6 makes changes to default font in some situations, so this
PR is being narrowed in scope to only effect Chinese font choices.
This change only effects rendering of Latin/Cyrillic characters.
2022-10-01 15:27:23 -07:00
..
audio_core Merge pull request #8941 from Kelebek1/single_core_sucks 2022-09-23 22:40:30 -07:00
common Merge pull request #8920 from abouvier/cmake-git 2022-09-24 23:11:45 -07:00
core Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
dedicated_room dedicated_room: fix token padding ... 2022-09-10 18:56:29 -05:00
input_common Merge pull request #8864 from german77/toggle_analog 2022-09-09 20:54:01 -07:00
network Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
shader_recompiler chore: fix some typos 2022-09-23 13:38:23 +02:00
tests code: dodge PAGE_SIZE #define 2022-08-19 16:08:40 -07:00
video_core Merge pull request #8874 from vonchenplus/align_index_buffer_size 2022-10-01 10:28:50 -07:00
web_service web_service: Correct jwt issuer string 2022-08-15 20:25:41 +02:00
yuzu Qt: work around Qt5's font choice for Chinese 2022-10-01 15:27:23 -07:00
yuzu_cmd video_core: add option for pessimistic flushing 2022-08-25 12:32:14 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt dedicated_room: Initial implementation 2022-08-15 20:25:41 +02:00