webengine/osswebengine/WebCore/platform/FontCache.h
changeset 5 10e98eab6f85
parent 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
    58     static IMLangFontLink2* getFontLinkInterface();
    58     static IMLangFontLink2* getFontLinkInterface();
    59 #elif PLATFORM(SYMBIAN)
    59 #elif PLATFORM(SYMBIAN)
    60     static const AtomicString& systemFontFamilyName( const AtomicString& familyName );
    60     static const AtomicString& systemFontFamilyName( const AtomicString& familyName );
    61     static FontPlatformData* getDeviceDefaultFont(float size);
    61     static FontPlatformData* getDeviceDefaultFont(float size);
    62 #endif
    62 #endif
    63 
    63     static void deleteFontDataCache();
       
    64     
    64 private:
    65 private:
    65     static FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
    66     static FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
    66     static FontData* getCachedFontData(const FontPlatformData*);
    67     static FontData* getCachedFontData(const FontPlatformData*);
    67     
    68     
    68     // These three methods are implemented by each platform.
    69     // These three methods are implemented by each platform.