#include <BTFontCache.h>
Static Public Member Functions | |
| static const FontData * | getFontData (const Font &, int &familyIndex, FontSelector *) |
| static const FontData * | getFontDataForCharacters (const Font &, const UChar *characters, int length) |
| static void | platformInit () |
| static bool | fontExists (const FontDescription &, const AtomicString &family) |
| static FontPlatformData * | getCachedFontPlatformData (const FontDescription &, const AtomicString &family, bool checkingAlternateName=false) |
| static FontData * | getCachedFontData (const FontPlatformData *) |
| static FontPlatformData * | getLastResortFallbackFont (const FontDescription &) |
Friends | |
| class | FontData |
| class | FontFallbackList |
| static const FontData* WebCore::BTFontCache::getFontData | ( | const Font & | , | |
| int & | familyIndex, | |||
| FontSelector * | ||||
| ) | [static] |
| static const FontData* WebCore::BTFontCache::getFontDataForCharacters | ( | const Font & | , | |
| const UChar * | characters, | |||
| int | length | |||
| ) | [static] |
| static void WebCore::BTFontCache::platformInit | ( | ) | [static] |
| static bool WebCore::BTFontCache::fontExists | ( | const FontDescription & | , | |
| const AtomicString & | family | |||
| ) | [static] |
| static FontPlatformData* WebCore::BTFontCache::getCachedFontPlatformData | ( | const FontDescription & | , | |
| const AtomicString & | family, | |||
| bool | checkingAlternateName = false | |||
| ) | [static] |
| static FontData* WebCore::BTFontCache::getCachedFontData | ( | const FontPlatformData * | ) | [static] |
| static FontPlatformData* WebCore::BTFontCache::getLastResortFallbackFont | ( | const FontDescription & | ) | [static] |
friend class FontData [friend] |
friend class FontFallbackList [friend] |