Skip to content
Snippets Groups Projects
Commit f59de62b authored by alain@945battery-guestA-183.lindenlab.com's avatar alain@945battery-guestA-183.lindenlab.com
Browse files

Merge

parents 63876746 97638105
No related branches found
No related tags found
No related merge requests found
...@@ -498,9 +498,9 @@ ...@@ -498,9 +498,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>f93758faf1d06f1427e0ecb846b17d48</string> <string>c0eacb6348e032fbc69cfdc4bd215ee4</string>
<key>url</key> <key>url</key>
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-freetype/rev/224777/arch/Darwin/installer/freetype-2.3.9-darwin-20110322.tar.bz2</string> <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.4.4-darwin-20110307.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>darwin</string> <string>darwin</string>
...@@ -522,9 +522,9 @@ ...@@ -522,9 +522,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>df9a3c0a572b1f18dce32f5a3caba0ea</string> <string>271349827b939406162ce42e42cd18e0</string>
<key>url</key> <key>url</key>
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-freetype/rev/224777/arch/CYGWIN/installer/freetype-2.3.9-windows-20110322.tar.bz2</string> <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.4.4-windows-20110218.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>windows</string> <string>windows</string>
......
...@@ -482,7 +482,7 @@ void LLFontFreetype::renderGlyph(U32 glyph_index) const ...@@ -482,7 +482,7 @@ void LLFontFreetype::renderGlyph(U32 glyph_index) const
if (mFTFace == NULL) if (mFTFace == NULL)
return; return;
int error = FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_DEFAULT ); int error = FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_FORCE_AUTOHINT );
llassert(!error); llassert(!error);
error = FT_Render_Glyph(mFTFace->glyph, gFontRenderMode); error = FT_Render_Glyph(mFTFace->glyph, gFontRenderMode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment