Kodi Community Forum
XBMC Lyrics Font sizing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Lyrics Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=146)
+---- Thread: XBMC Lyrics Font sizing (/showthread.php?tid=38211)



XBMC Lyrics Font sizing - FragMenthor - 2008-10-01

Could someone help me to boost the font size of each of the fonts used in XBMC Lyrics? Since the fonts are "predefined" - Font12, Font13, is there a way to simply specify the font and the respective size?

Thanks in advance,
FragMenthor


- FragMenthor - 2008-10-01

Solved!

Thanks, anyway...


- FragMenthor - 2008-10-10

Since I got a PM about how I solved my issue, I rather explain to averyone who's interested:

My aproach was to modify the font on the skin, in this case, in the mediastream skin.
So I edited the font.xml, and in the section of the font size i'm using - 'Massive', almost at the end, I changed:

PHP Code:
<!--  font13 needs to be kept to show debug info etc 
  
--> 
  <
font>
    <
name>font13</name
    <
filename>Default.ttf</filename
    <
size>16</size
  </
font

to

PHP Code:
<!--  font13 needs to be kept to show debug info etc 
  
--> 
  <
font>
    <
name>font13</name
    <
filename>Default.ttf</filename
    <
size>22</size
  </
font>

  <
font>
    <
name>font12</name
    <
filename>Default.ttf</filename
    <
size>20</size
  </
font

Hope it works for you, VJ80!
Bye!