Seems good to go, I used 2.4.4 and this FT_LOAD_FORCE_AUTOHINT in the call and
it worked. win7/64 bit.
From: Philippe (Merov) Bossut
To: opensource-dev@lists.secondlife.com
Sent: Tue, March 22, 2011 6:44:20 PM
Subject: Re: [opensource-dev] STORM-1090 : font
Hi again,
Scratch that. I tried on Windows and things work just perfectly: correct
font size, great FPS, no crash or freeze.
On Mac though, I've problems with or without the font hack... So my
persistent crash issue has nothing to do with fonts but, probably, with
something else in that branch (o
Hi,
I received a very good hint from Ov Dos about this font rendering issue:
http://lists.nongnu.org/archive/html/freetype/2011-03/msg00010.html
I tried using FT_LOAD_FORCE_AUTOHINT (only 1 call to change in
LLFontFreetype::renderGlyph()) and it appears to fix the problem. *However*,
I'm exp
On Mon, Mar 21, 2011 at 11:17 PM, Philippe (Merov) Bossut <
me...@lindenlab.com> wrote:
> We identified that moving from freetype 2.3.9 to 2.4.4 in
> viewer-autobuild2010 produces smaller text (roughly 10% smaller).
>
I haven't dug into this at all, but I note that we're using FT_Set_Char_Size
wh
Hi,
We identified that moving from freetype 2.3.9 to 2.4.4 in
viewer-autobuild2010 produces smaller text (roughly 10% smaller).
Looking into this this afternoon, I was able to narrow it down to
LLFontFreetype::addGlyphFromFont(): tracing the glypth width and height in
LLFontFreetype::addGlyphFrom