XBMC Lyrics Font sizing
#1
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
Reply
#2
Solved!

Thanks, anyway...
Reply
#3
Wink 
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!
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Lyrics Font sizing0