XBMC Lyrics Font sizing

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
FragMenthor Offline
Junior Member
Posts: 35
Joined: Sep 2008
Reputation: 0
Post: #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
find quote
FragMenthor Offline
Junior Member
Posts: 35
Joined: Sep 2008
Reputation: 0
Post: #2
Solved!

Thanks, anyway...
find quote
FragMenthor Offline
Junior Member
Posts: 35
Joined: Sep 2008
Reputation: 0
Wink    Post: #3
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!
find quote