#include <FontFallbackList.h>

Public Member Functions | |
| FontFallbackList () | |
| void | invalidate (PassRefPtr< FontSelector >) |
| bool | isFixedPitch (const Font *f) const |
| void | determinePitch (const Font *) const |
| bool | loadingCustomFonts () const |
| FontSelector * | fontSelector () const |
Friends | |
| class | Font |
| WebCore::FontFallbackList::FontFallbackList | ( | ) |
| void WebCore::FontFallbackList::invalidate | ( | PassRefPtr< FontSelector > | fontSelector | ) |
| bool WebCore::FontFallbackList::isFixedPitch | ( | const Font * | f | ) | const [inline] |
| void WebCore::FontFallbackList::determinePitch | ( | const Font * | font | ) | const |
| bool WebCore::FontFallbackList::loadingCustomFonts | ( | ) | const [inline] |
| FontSelector* WebCore::FontFallbackList::fontSelector | ( | ) | const [inline] |
friend class Font [friend] |