webengine/osswebengine/WebCore/platform/symbian/FontCacheSymbian.cpp
changeset 5 10e98eab6f85
parent 0 dd21522fd290
child 26 cb62a4f66ebe
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
   131         ReleaseFont( it->m_font );
   131         ReleaseFont( it->m_font );
   132         it->m_font = 0;
   132         it->m_font = 0;
   133     }        
   133     }        
   134     iFontCache.clear();
   134     iFontCache.clear();
   135     delete [] iSupportedNames;
   135     delete [] iSupportedNames;
       
   136     iDeviceDefaultFont = "";
   136 }
   137 }
   137 
   138 
   138 const AtomicString& PlatformFontCache::SystemFontFamily( const AtomicString& familyName )
   139 const AtomicString& PlatformFontCache::SystemFontFamily( const AtomicString& familyName )
   139 {
   140 {
   140     // first check if we support this font
   141     // first check if we support this font