Kodi Community Forum
Kodi character set - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Kodi character set (/showthread.php?tid=351507)



Kodi character set - SlartiBartFastFjord - 2020-02-06

Hi,

What character set is Kodi using, I am trying to find relevant symbols for a menu, i note that EF928A is rendered as a "cog wheel/settings symbol" and EF849D as a "power symbol" when put in an item label. Where can I find a full list of the symbols (other than rendering all of them through Kodi)?

Cheers,
S


RE: Kodi character set - sualfred - 2020-02-06

I'm not sure what you are mean. Do you mean special characters / symbols of a font?

If yes:
It depends on the used font of the skin.
Estuary is using Noto Sans, other skins are using something different.
Since a lot of skins have multiple font support for Asian letters for example, I highly suggest you to use a own font for icons like Font Awesome or https://materialdesignicons.com/ (that's what I'm using)


RE: Kodi character set - SlartiBartFastFjord - 2020-02-06

(2020-02-06, 13:57)sualfred Wrote: I'm not sure what you are mean. Do you mean special characters / symbols of a font?

If yes:
It depends on the used font of the skin.
Estuary is using Noto Sans, other skins are using something different.
Since a lot of skins have multiple font support for Asian letters for example, I highly suggest you to use a own font for icons like Font Awesome or https://materialdesignicons.com/ (that's what I'm using)
Thanks, that set me on the right track. I wanted to add another button (open android settings - StartAndroidActivity("", "android.settings.SETTINGS")) to an existing skin (Pellucid). I used Nexus Font to look at the character map of the font used in the skin.

Cheers,
S