dfaker / WebmGenerator

UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
Mozilla Public License 2.0
505 stars 33 forks source link

The font used for Japanese characters (and maybe Chinese as well?) is in bold and makes things hard to read #73

Closed LolicoreExpress closed 1 month ago

LolicoreExpress commented 2 years ago

The Japanese font used in all parts of the UI is in bold and can make things hard to decipher especially at the relatively small font size used in the UI. :) Capture d’écran 2022-05-18 175900 (same thing in the info bar at the top of the cuts tab, on the filters tab, etc.)

dfaker commented 2 years ago

Hmm interesting I'm seeing it work fine locally with Hiragana, Katakana and Kanji, can you paste the text that you're getting the poor rendering with into this issue?

LolicoreExpress commented 2 years ago

Oh, strange. the text: 脳神経検査 (first thing that came to mind when thinking about some intricate kanji 😅) Maybe you're using a font in WebmGenerator that I don't have installed on my computer so it falls back to this bold font ? EDIT: Yeah Hiragana and Katakana are bold as well.

dfaker commented 2 years ago

image

Yeah, renders fine here, and I'm not overriding the font in any way it's simply the out of the box tkinter font, I'll have a look around to see what that is and make sure it's bundled.

LolicoreExpress commented 2 years ago

Okay, thank you :)

dfaker commented 2 years ago

Investigated this and it should simply be using the installed "Tahoma" font on your system as the first preference, a pixelwise comparison of the latin text seems to indicate that that's what it's using on your system.

Would you mind trying checking in notepad if Japanese characters render correctly with 8pt Tahoma selected?

LolicoreExpress commented 2 years ago

Sure ! I'm away from home for a couple days though and can't check, but I'll do that when I get back.

LolicoreExpress commented 2 years ago

Alright, I checked and it renders correctly in Notepad. Capture d’écran 2022-07-18 161554

dfaker commented 2 years ago

Very annoying.

LolicoreExpress commented 2 years ago

Yeah. Also, I'm on Windows 11 Insider Dev build. Maybe that has something to do with it ?

LolicoreExpress commented 1 month ago

It's been 2 years I know but better late than never ! Can't tell which build exactly solved this or if that was something with my computer. But anyway it renders fine now. This issue can be closed :)

dfaker commented 1 month ago

🙃 Thanks!