Font.xml question

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
unmesh Offline
Donor
Posts: 104
Joined: Jun 2006
Reputation: 0
Post: #1
My AppleTV uses the 720p version of the skin and it is hooked up to a 1080p TV. With PM3.HD, I found that I had to play with most of the font sizes to be able to see the text clearly from where I sit and Confluence works much better.

However, I would like to increase the font size of the source listings under Videos. Which is the font name that controls this part of the display?

Thanks.
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #2
Either font13 or font12, 12 is the right hand side one but changing it will effect many things

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
unmesh Offline
Donor
Posts: 104
Joined: Jun 2006
Reputation: 0
Post: #3
Jezz_X Wrote:Either font13 or font12, 12 is the right hand side one but changing it will effect many things

Thanks!
find quote
graysky Offline
Senior Member
Posts: 181
Joined: Aug 2009
Reputation: 0
Post: #4
Font12:
*Weather/clock
*Description page bottom (items-page x/y) and menu items
*Plot summary

Font13:
*Titles of shows
(This post was last modified: 2009-12-19 13:23 by graysky.)
find quote
YogiBaboo Offline
Junior Member
Posts: 9
Joined: Jan 2009
Reputation: 0
Post: #5
Thanks for the hint. Below is the part of Font.xml

What size is used to display plot?

</fontset>
<fontset id="Arial" unicode="true">
<font>
<name>font10</name>
<filename>Arial.ttf</filename>
<size>12</size>
</font>
<font>
<name>font10caps</name>
<filename>Arial.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12</name>
<filename>Arial.ttf</filename>
<size>16</size>
</font>
<font>
<name>font12caps</name>
<filename>Arial.ttf</filename>
<size>16</size>
</font>
<font>
<name>font12boldcaps</name>
<filename>Arial.ttf</filename>
<size>16</size>
<style>bold</style>
</font>
<font>
<name>font13</name>
<filename>Arial.ttf</filename>
<size>20</size>
</font>
<font>
<name>font13caps</name>
<filename>Arial.ttf</filename>
<size>20</size>
</font>
<font>
<name>font16caps</name>
<filename>Arial.ttf</filename>
<size>25</size>
</font>
<font>
<name>font30caps</name>
<filename>Arial.ttf</filename>
<size>30</size>
</font>
<font>
<name>fontContextMenu</name>
<filename>Arial.ttf</filename>
<size>18</size>
</font>


<font>
<name>font10caps_title</name>
<filename>Arial.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12caps_title</name>
<filename>Arial.ttf</filename>
<size>16</size>
</font>
<font>
<name>font13_title</name>
<filename>Arial.ttf</filename>
<size>20</size>
</font>
<font>
<name>font13caps_title</name>
<filename>Arial.ttf</filename>
<size>20</size>
</font>
<font>
<name>font24caps_title</name>
<filename>Arial.ttf</filename>
<size>24</size>
</font>
<font>
<name>font28caps_title</name>
<filename>Arial.ttf</filename>
<size>28</size>
</font>
<font>
<name>font30caps_title</name>
<filename>Arial.ttf</filename>
<size>30</size>
</font>
<font>
<name>font35caps_title</name>
<filename>Arial.ttf</filename>
<size>35</size>
</font>
<font>
<name>font45caps_title</name>
<filename>Arial.ttf</filename>
<size>45</size>
</font>
<font>
<name>font50caps_title</name>
<filename>Arial.ttf</filename>
<size>50</size>
</font>

<font>
<name>WeatherTemp</name>
<filename>Arial.ttf</filename>
<size>80</size>
</font>
find quote
graysky Offline
Senior Member
Posts: 181
Joined: Aug 2009
Reputation: 0
Post: #6
graysky Wrote:Font12:
*Weather/clock
*Description page bottom (items-page x/y) and menu items
*Plot summary

Did you read my post..Confused
find quote
YogiBaboo Offline
Junior Member
Posts: 9
Joined: Jan 2009
Reputation: 0
Post: #7
I read your post, but little instructions would help. Not everyone is developer/programmer.
find quote
graysky Offline
Senior Member
Posts: 181
Joined: Aug 2009
Reputation: 0
Post: #8
Neither am I. No offense, but if you can't understand the little summary I posted where I specifically answered your question, I don't think you'll be able to edit the various files to make this change.
find quote
YogiBaboo Offline
Junior Member
Posts: 9
Joined: Jan 2009
Reputation: 0
Post: #9
I got it working. Appreciate your help. But you should understand that there are people over here that use XBMC (no programming background) and with simple proper instructions would be able to edit xml files. It's a learning process. And believe, many people are shy about posting anything on this forum, due to being afraid of being scolded.

On final note, support for larger fonts, should be included by default, without resorting to tweaking and hacking. This is a part of end user experience. Unfortunately many devs are caught up in there own ideas, and forget about who is going to use their application.
find quote
BluScrnOdeth Offline
Junior Member
Posts: 34
Joined: Sep 2009
Reputation: 0
Post: #10
there are a lot of things these DEV's are doing to make the best of (WITH THEIR OWN FREE TIME) this software so you can enjoy it. Font size, yes seems like a small task, BUT i'm sure it's at the bottom of the list as an option they would be adding to the list of "things to do" while they are working on major projects. PVR, solid flow of screen changes, and helping to pave the way of future XBMC official releases. Without the hard work and dedication of them, we would be stuck with WMP (Windows Media Player) or WMC (Windows Media Center) "for us Windows folk", or even paying for some half *ssed player with 8-bit black and white graphics. lol

I give these DEV's a lot of gratitude and patience to fix what needs to be to have a functioning application so i can do things that are more important, like watch the video and have it organized.
find quote
Post Reply