Fonts fail to import
#1
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.
Reply
#2
There's no font13 entry which is required for every Font.xml.
Reply
#3
oh so what is font13?
Reply
#4
Ok so I replaced all <name> tags with font13 (link), but it still doesn't import.
Reply
#5
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.
Reply
#6
ok i included sizes but once again it doesnt import them (link)
Reply
#7
And you've added the names used in the font.xml in your labels?
Reply
#8
what labels
Reply
#9
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>
Reply
#10
do i add those in the same font.xml file or make a new one
Reply
#11
Labels are in the skin XML's. What exactly have you done so far to get your new fonts working?
Reply
#12
i put the ttf files in \Kodi\media\Fonts and the xml file but only that
Reply
#13
Does the skin uses the same naming convention for fonts?

eg Netflix Sans
Reply

Logout Mark Read Team Forum Stats Members Help
Fonts fail to import0