| | #1 (permalink) |
| Portal Member Join Date: Aug 2004 Location: West Yorks Age: 40
Posts: 448
Thanks: 8
Thanked 15 Times in 9 Posts
Country: | There's already a Tips & Tricks post for fonts, but it's a little brief and the question keeps cropping up so I thought I'd expand it. Users using CRT TV's or those just wanting a bit more readability often change the font sizes in MediaPortal, so here's how to do it. A couple of points first: 1. These changes are system wide, i.e. all MediaPortal screens text will change. 2. These changes are skin specific, so you need to complete this change for the skin you're using. 3. These changes are overwritten when you reinstall MediaPortal. To change the font sizes in MediaPortal look in your skin folder and locate the fonts.xml file (e.g. C:\Program Files\Team MediaPortal\MediaPortal\skin\BlueTwo\fonts.xml) This file contains the font definition used by the skin. A font section looks like Code: <font>
<name>font10</name>
<filename>Arial</filename>
<height>10</height>
</font>
Code: <font>
<name>font10</name>
<filename>Arial</filename>
<height>14</height>
</font>
Repeat this for each font size you want to change, I typically change all fonts up to and including font18. Code: <font>
<name>font10</name>
<filename>Arial</filename>
<height>14</height>
</font>
<font>
<name>font12</name>
<filename>Arial</filename>
<height>16</height>
</font>
<font>
<name>font13</name>
<filename>Arial</filename>
<height>17</height>
</font>
<font>
<name>font14</name>
<filename>Arial</filename>
<height>18</height>
</font>
<font>
<name>font16</name>
<filename>Arial</filename>
<height>20</height>
</font>
<font>
<name>font18</name>
<filename>Arial</filename>
<height>24</height>
</font>
MediaPortal caches fonts for each skin so for your changes to take affect you have to delete this cache, you do this by deleting the /fonts/ folder in the mediaportal/skin/yourskin/ folder for 0.2.2.0 and below or the mediaportal/cache/skin/yourskin/ folder for 0.2.2.1 and above, MediaPortal will then re-cache the fonts at the next startup using your modified sizes. That's it, have fun. :wink: Last edited by cheezey; 2007-06-09 at 18:19. Reason: Added cache folder for SVN MP |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Jan 2006 Location: Maine
Posts: 464
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | Nice one, my failing eyesight and 12 feet to the TV means the existing font sizes were barely readable on my 27 incher, 35 incher will be arriving within the month!! This makes reading the TVguide much much easier. ![]() |
| | |
| | #4 (permalink) |
| Super Moderator Join Date: Jun 2005 Location: Cheshire UK
Posts: 6,602
Thanks: 129
Thanked 233 Times in 207 Posts
Country: | Hi Cheezey Nice, Clear and too the FONT 8) :lol:
__________________ Ray\PD Check your codecs are fine with Filmerit. XP\Vista known issues FOR FULL SUPPORT PLEASE GIVE USER SPECIFICATIONS AND RELEVANT LOG's as per HERE |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Mar 2006 Location: Michigan, USA
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
| This is exactly what i'v been looking for. thanks alot for the post
__________________ ABit AV8-3rd eye mobo / AMD64 3000+ 1GB Ram / Gigabyte nVidia 6800GT Hauppauge PVR-500MCE |
| | |
| | #9 (permalink) |
| Portal Member Join Date: Jun 2007 Age: 47
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
| Thanks , just what i wanted ,nice large fonts........... Just to help anyone who reads this , and has trouble on how to change The fonts.xml file , just right click the fonts.xml file, and then click edit , then make the changes above ,then click save as .. Was not sure how to do it myself...but all sorted now .. Thanks again |
| | |
![]() |
| Bookmarks |
| Tags |
| change, font, sizes |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blue2 font change in 0.2.2.0? | belzebutt | General Support | 12 | 2007-01-01 08:22 |
| Button font colour change when selected? | Brocklander | Skins | 10 | 2006-06-13 09:19 |
| Increasing Font Sizes | shred444 | General Support | 5 | 2006-05-16 20:31 |
| Change font size...? | nettech_gt | Codecs, External Players | 2 | 2006-03-21 05:27 |
| Adjustable Font Sizes in GUI | SiLenTYL | Improvement Suggestions | 1 | 2005-07-05 19:29 |