View previous topic :: View next topic |
Author |
Message |
sdauth l33t
Joined: 19 Sep 2018 Posts: 643 Location: Ásgarðr
|
Posted: Mon Apr 08, 2024 9:21 pm Post subject: [SOLVED] feh japanese char not rendering (draw-filename) |
|
|
Hello,
I use this in a alias to view images in a slideshow with media-gfx/feh :
Code: | feh --quiet --hide-pointer --borderless --draw-filename --image-bg black --slideshow-delay 5 --auto-zoom --fullscreen --randomize --recursive |
--draw-filename shows the filename in the top left corner
For some reason Japanese characters are not rendering correctly. (A bunch of white square instead)
What am I missing ? I have no issue with other applications or terminal to show Japanese so it doesn't look like a locale issue.
Last edited by sdauth on Tue Apr 09, 2024 12:39 pm; edited 1 time in total |
|
Back to top |
|
|
sdauth l33t
Joined: 19 Sep 2018 Posts: 643 Location: Ásgarðr
|
Posted: Tue Apr 09, 2024 12:39 pm Post subject: |
|
|
Sorry, another case of RTFM
You need to add the desired font with -C & -e option.
Working example for Japanese with nice readable characters :
Code: | -C /usr/share/fonts/takao-fonts/ -e TakaoMincho/20 |
|
|
Back to top |
|
|
|