mario44
Topic Author
Posts: 9
Joined: 28 Feb 2012, 01:12

Text Resolution Independence

01 Mar 2012, 21:31

It seems that text is rasterized and displayed as a textures. This makes them non resolution independent. Is there any way to switch between text as textures and text as tesselated shapes at a certain text size?
 
User avatar
jsantos
Site Admin
Posts: 3906
Joined: 20 Jan 2012, 17:18
Contact:

Re: Text Resolution Independence

02 Mar 2012, 12:24

Fonts are resolution independent, although glyphs are cached in textures. But you can zoom in/out and the text should adapt perfectly. The problem is that when a glyph is too big (more than 256 pixels) it should be rendered as triangles, but in this beta that change does not happen and you are probably seeing a blurred glyph, right? Do you need glyphs rendered at that size?

As a temporal fix, you could convert the text to shapes.

Tell me more about you scenario. thanks.
 
mario44
Topic Author
Posts: 9
Joined: 28 Feb 2012, 01:12

Re: Text Resolution Independence

02 Mar 2012, 17:32

Yes I am seeing a blurred Glyph at large glyph sizes.
Not at the moment, was just testing resolution independence and was wondering if this was a intended behaviour.

Who is online

Users browsing this forum: No registered users and 43 guests