(2022-07-20, 01:22)Lessram Wrote: (2022-07-19, 15:53)mardukL Wrote: Hi, i got some trouble find a good font for ( chinese/korean...), also a noob when it comes to fonts.
if you know about a good one ( which may also got extra bold style) which is legit to use, just pm me with a link.
i looked here last time. https://fonts.google.com/
With Titan, I used this trick.....
https://markexpeditions.blogspot.com/201...aking.html
Read the way he solved it, this worked for Titan, but somehow SWAN doesn't pick this trick.
Besides; I think it'd much easier when it's standard in a skin. ARIAL.TTF versus ARIALUNI.TTF is just a small extra in filesize. But would make many asian (and asian music fans) very happy.
(Although... I know I'm no tweaker/programmer, so maybe I am thinking too lightly)
In Swan are 2 font options, ain't it possible to add this ARIALUNI.TTF as a 3rd, as it contains the standard ARIAL but also includes the asian caracters? (Eventually just simply renamed to arial.ttf as mentioned it the above article)
BTW; Thank for noticing my question.
The implementation was not the issue,
the issue here is that arialuni font is not free to use, as it is a
ms licensed font . so i cannot pack it in a zip and provide it as open source ;-).
I'll see where it leads me to.
noto sans got also some benefits but not as good as the arialuni ...
but i start some research (
https://github.com/notofonts/noto-fonts/issues/13 ;
https://dejavu-fonts.github.io/ )
(2022-07-20, 01:34)Lessram Wrote: One other thing (I know; Work in Progress), some menu items stay in German language, even if I choose Dutch or English;
Example;
will resolved soon, i leave some hardcoded/unlocalized string labels here and there...
(2022-07-20, 01:34)Lessram Wrote: In this menu, it's almost impossible to see, what option has been highlighted/selected. No border or different color for the selected item.
You can define custom colors (which is also a bit messy atm but working ;-) )
What you're after is panel focusedItem (default is white) , and panel unfocusedItem (default grey) textcolor
If you're on Kodi Nexus,you maybe need to installl colorpicker either from my repo or 'kodi community repo'
( Also there are currently bugs with scrollbars (invisible, not being able to be focused which is not skin related, maybe more , just start to test some things right now )