--- vcl/source/glyphs/gcach_ftyp.cxx 2008-07-25 11:26:42+0000 1.150 +++ vcl/source/glyphs/gcach_ftyp.cxx 2008-08-22 08:03:15+0000 1.150.28.1 @@ -1174,9 +1174,11 @@ // check if symbol aliasing helps if( (aChar <= 0x00FF) && mpFontInfo->IsSymbolFont() ) nGlyphIndex = FT_Get_Char_Index( maFaceFT, aChar | 0xF000 ); +#if 0 // disabled for now because it introduced ae bad side-effect (#i88376#) // Finally try the postscript name table if (!nGlyphIndex) nGlyphIndex = psp::PrintFontManager::get().FreeTypeCharIndex( maFaceFT, aChar ); +#endif } mpFontInfo->CacheGlyphIndex( aChar, nGlyphIndex ); }