BigNoid / Aeon-Nox

A skin for XBMC/Kodi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some sort of larger font facility - either a larger option in font.xml, or a 'font modifier' value

gartkb opened this issue · comments

commented

Hi

Is it possible to somehow allow users to increase the global font size? I do this manually by cloning the addon, changing the name, and then manually adding points to the font values in iterations of 4 or so.
I could see this solved in a few ways - a normal, large, larger, largest set of values toggled using font sets in settings - or, a 'font modifier' value that could be set and applied globally so a user could specify their percentage increase.

On the other hand, this wouldn't be quite as much of a difficulty to do manually still by the user as I do it, if aeon nox didn't use guisettings.xml to hold it's settings and instead used a settings file like other addons do. Would this maybe be preferrable?

thanks for reading

You can add the alterations you make in a separate fontset in the existing font.xml. You can then specify which fontset to use in the appearance settings.
If you are happy with the result, you can do a pull request so more users can benefit from this change.

commented

Hi BN

This is what I'm doing, and if I can figure out the github interface I will do so. Thanks :)