Kodi Community Forum
Fonts fail to import - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Fonts fail to import (/showthread.php?tid=369858)



Fonts fail to import - iamGOTI - 2022-10-01

Hello, so I have a Font.xml file but the fonts fail to import. I don't think there's something wrong with the code since i checked it many times, but I don't understand why does it fail to import the fonts.


RE: Fonts fail to import - Hitcher - 2022-10-01

There's no font13 entry which is required for every Font.xml.


RE: Fonts fail to import - iamGOTI - 2022-10-01

oh so what is font13?


RE: Fonts fail to import - iamGOTI - 2022-10-01

Ok so I replaced all <name> tags with font13 (link), but it still doesn't import.


RE: Fonts fail to import - Hitcher - 2022-10-01

Just add a new entry to both of your sets with the name font13.

https://kodi.wiki/view/Fonts

EDIT: Just noticed you haven't actually included any sizes for your fonts.


RE: Fonts fail to import - iamGOTI - 2022-10-01

ok i included sizes but once again it doesnt import them (link)


RE: Fonts fail to import - Hitcher - 2022-10-01

And you've added the names used in the font.xml in your labels?


RE: Fonts fail to import - iamGOTI - 2022-10-01

what labels


RE: Fonts fail to import - Hitcher - 2022-10-01

The label controls in your skin.

eg

xml:
<control type="label">
<left>10</left>
<top>10</top>
<height>24</height>
<font>Netflix Sans</font>
<label>$INFO[ListItem.Label]</label>
</control>



RE: Fonts fail to import - iamGOTI - 2022-10-15

do i add those in the same font.xml file or make a new one


RE: Fonts fail to import - Hitcher - 2022-10-16

Labels are in the skin XML's. What exactly have you done so far to get your new fonts working?


RE: Fonts fail to import - iamGOTI - 2022-10-16

i put the ttf files in \Kodi\media\Fonts and the xml file but only that


RE: Fonts fail to import - Hitcher - 2022-10-16

Does the skin uses the same naming convention for fonts?

eg Netflix Sans