diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:48:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:48:43 +0100 |
commit | bf2037d9ad896023f0190180e77cf7afac3a9bdd (patch) | |
tree | a8fd012453e9936753180e8d5586a014a0608618 | |
parent | 4361349144bc061e9045fe66f14a78c7cd20621a (diff) |
fix up FT_LOAD_NO_BITMAP flag
-rw-r--r-- | vcl/source/glyphs/gcach_ftyp.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx index ebdd59f517af..aeb928c46608 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; } // ----------------------------------------------------------------------- |