MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2005-12-27, 22:36   #1 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default Small errors on fonts (letters i and n)

I am getting small white "specks" at the bottom right of the letter "i" and a speck at the top left of the letter "n".

Is this a heard of fault; if not is it possible to install a different font in to Mediaportal - changing the skin does not work as the font is the same.

Also... is there an option to reduce the size of the textin the video/music listing, as most movie titles are too long for the given size and I think smaller text would be better.
havocthief is offline   Reply With Quote
Old 2006-01-02, 04:21   #2 (permalink)
Super Moderator
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,933
Thanks: 67
Thanked 28 Times in 28 Posts

Country:

My System

Send a message via ICQ to Marcusb
Default

try this :http://nolanparty.com/mediaportal.so...791&highlight=

Like I say in that thread, I take no responsibility but I think it may solve your problems.

To change the size, I can't remember exactly, but I think the global font size is stored in a general XML in your skin directory.
To change only those two sizes you mention, then you have to edit the font size in "Mymovies'xml" and "mymusic.xml" but be aware that it may not be that simple. Once you change the font size, you may need to adjust the position. These things kind of have a snow ball effect

Cheers,

Marcus.
Marcusb is online now   Reply With Quote
Old 2006-01-02, 20:12   #3 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Deleting the fonts in the skins folder has not succeeded, unfortunately.

There are still little white specks.
havocthief is offline   Reply With Quote
Old 2006-01-07, 23:32   #4 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

Ye... VERY annoying.
I belive this could be fixed by replacing the "fonts" folder;

??:\???\Team MediaPortal\MediaPortal\fonts

Anybody have a working folder we can replace it with?
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2006-01-08, 06:44   #5 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Melbourne, Australia
Age: 22
Posts: 707
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Default

I don't think replacing the fonts folder will fix this problem. I would guess (though I can't be sure) that this is a result of the font files using one large PNG and only rendering sections of it. When combined with a resize, DirectX might be smoothing using the whole texture and thus causing some of the adjacent letters to bleed in.

This is just a guess, but this is the same sort of behaviour I used to see when writing games/etc in DirectX and OpenGL.

Edit: I also have this problem, but it is not really bothering me.
jawbroken is offline   Reply With Quote
Old 2006-01-08, 12:56   #6 (permalink)
Portal Member
 
Join Date: Jan 2005
Posts: 238
Thanks: 5
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by jawbroken
DirectX might be smoothing using the whole texture and thus causing some of the adjacent letters to bleed in.
Yes, almost certainly bilinear filtering is enabled and with texture-packing it is sampling from the characters surrounding. When packing, the code should add N surrounding blank (alpha=0x0) texels. Eg a 16x16 char might actually take 18x18 in the packed art.

Additionally, the RGB channels should be dilated - this means the RGB texels just around (inside) the alpha mask are repeated *outside* of the mask, so that blending always blends to the right (same) colour, NOT black. For the fonts it seems the RGB is always one colour (white) so this isn't an issue for the fonts. But for the skins packed graphics I see that if bilinear is used that artifacts (colour bleeding from surrounding graphics) will occur.
This might be fudged by adjusting UVs inwards slightly, but the correct solution is to add say 2pixel surrounding blanks and dilate RGBs....

HTH,
BigJ.
bigj is offline   Reply With Quote
Old 2006-01-09, 23:35   #7 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

Wow, dude..... That gave me nothing.... except a feeling that you realy know what your talking about.

Could you tell me, in a understandeble way, how I/we can fix this bug?
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2006-01-10, 06:16   #8 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Melbourne, Australia
Age: 22
Posts: 707
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Default

The short answer is you can't really.

The long answer is that you could probably edit all the font files by hand (or perhaps with the program used to generate them in the first place) to space them out so they don't bleed into one another, but it would be a lot of effort.
jawbroken is offline   Reply With Quote
Old 2006-01-10, 07:20   #9 (permalink)
Portal Member
 
tklon's Avatar
 
Join Date: Sep 2004
Location: Germany
Age: 43
Posts: 311
Thanks: 4
Thanked 0 Times in 0 Posts

Country:

My System

Default Re: Small errors on fonts (letters i and n)

Quote:
Originally Posted by havocthief
I am getting small white "specks" at the bottom right of the letter "i" and a speck at the top left of the letter "n".
Instead of the n, it's the g for me.

Have a look at this post too: http://nolanparty.com/mediaportal.so...?p=66486#66486.

These dots don't look that good, but are only a small cosmetic problem for me.
tklon is offline   Reply With Quote
Old 2006-01-12, 22:21   #10 (permalink)
Portal Member
 
tklon's Avatar
 
Join Date: Sep 2004
Location: Germany
Age: 43
Posts: 311
Thanks: 4
Thanked 0 Times in 0 Posts

Country:

My System

Default

The small white "specks" (like havocthief says) should be fixe soon.

Read more here:
http://nolanparty.com/mediaportal.so...?p=70805#70805
tklon is offline   Reply With Quote
Reply

Bookmarks

Tags
errors, fonts, letters, small

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
.net errors with MediaPortal BarnyB General Support 4 2007-03-15 09:46
MP Slow to Launch... Fonts are to blame kaldonis General Support 1 2006-12-26 05:44
report errors or not ... wewe MediaPortal 1 Talk 5 2006-02-02 15:34
Enabling non-latin (aka Unicode) fonts in MP Anonymous Tips and Tricks 4 2005-08-09 10:28
Help with Compilation Errors from CVS MadAxeMan General Development (no feature request here!) 8 2005-02-08 22:45


All times are GMT +1. The time now is 08:27.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden