2015-01-07, 17:16
the most requested functionality from addon developers is the ability to use custom fonts in their addons.
currently they can't use different font sizes in their addons, at least not in a way that will work in all skins.
since i don't think there is gonna be a proper solution for the issue anytime soon,
it might be a good idea if all skins would add a couple of font definitions that addon devs can use.
if every skin dev could add this to their skin, then addon devs would at least have a couple of font sizes to pick from:
thoughts and ideas from both skin and addon devs are most welcome.
currently they can't use different font sizes in their addons, at least not in a way that will work in all skins.
since i don't think there is gonna be a proper solution for the issue anytime soon,
it might be a good idea if all skins would add a couple of font definitions that addon devs can use.
if every skin dev could add this to their skin, then addon devs would at least have a couple of font sizes to pick from:
Code:
<fonts>
<fontset id="Default">
<font>
<name>Addon-XS</name>
<filename>font.ttf</filename>
<size>xx</size>
</font>
<font>
<name>Addon-S</name>
<filename>font.ttf</filename>
<size>xx</size>
</font>
<font>
<name>Addon-M</name>
<filename>font.ttf</filename>
<size>xx</size>
</font>
<font>
<name>Addon-L</name>
<filename>font.ttf</filename>
<size>xx</size>
</font>
<font>
<name>Addon-XL</name>
<filename>font.ttf</filename>
<size>xx</size>
</font>
thoughts and ideas from both skin and addon devs are most welcome.