[ooo-build-commit] .: vcl/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Sep 30 08:48:53 PDT 2010
vcl/source/glyphs/gcach_ftyp.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 810019264c7a22d8aa5383e163bcca075294e3e6
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Sep 30 16:48:43 2010 +0100
fix up FT_LOAD_NO_BITMAP flag
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index 2b808f0..31387f8 100644
--- a/vcl/source/glyphs/gcach_ftyp.cxx
+++ b/vcl/source/glyphs/gcach_ftyp.cxx
@@ -895,6 +895,9 @@ void FreetypeServerFont::SetFontOptions( const ImplFontOptions& rFontOptions)
}
}
#endif
+
+ if( mnPrioEmbedded <= 0 )
+ mnLoadFlags |= FT_LOAD_NO_BITMAP;
}
// -----------------------------------------------------------------------
More information about the ooo-build-commit
mailing list