Kodi Community Forum
font caplock? - 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: font caplock? (/showthread.php?tid=311095)



font caplock? - smitchell6879 - 2017-04-02

I know in the font.xml using style I can make font be bold but can I make it capitalized? If so what tag would I need?


RE: font caplock? - Hitcher - 2017-04-02

Code:
[CAPITALIZE]Force first letter to uppercase[/CAPITALIZE] - makes the first letter of a sentence a capital letter (Isengard onward).

http://kodi.wiki/view/Label_Formatting


RE: font caplock? - smitchell6879 - 2017-04-02

Thanks


RE: font caplock? - smitchell6879 - 2017-04-02

I missed that page somewhere along the way... That's going to help a lot.


RE: font caplock? - jurialmunkey - 2017-04-03

You can also use formatting options in the style tags in Font.xml
Just be sure to have it lowercase in Font.xml whereas in-line between square brackets it should be uppercase

e.g.
[UPPERCASE]some text label[/UPPERCASE]

in font.xml will be:
<style>uppercase</style>

You can also combine styles with a space between
<style>uppercase bold</style>


RE: font caplock? - smitchell6879 - 2017-04-04

So basically radiobutton 13 on addon info is 100% cant change anything about it? I cannot even change anything with the label not even uppercase?


RE: font caplock? - Hitcher - 2017-04-04

If you add the formatting to the font.xml reference as mentioned above you should be able to change it.


RE: font caplock? - smitchell6879 - 2017-04-04

Will give it another go in tomorrow, I think I did everything but that I got honestly forgot and had got annoyed.