FontKey
FontKey key(familyID, 0);
FontKey key(familyID, styleID);
fDelistedStyleHashTable.Remove(FontKey(family->ID(), style->ID()));
fStyleHashTable.Put(FontKey(familyID, styleID), style);
FontKey key(familyID, styleID);
HashMap<FontKey, FontStyle*>::Iterator delisted = fDelistedStyleHashTable.GetIterator();
HashMap<FontKey, BReference<FontStyle> >::Iterator referenced = fStyleHashTable.GetIterator();
HashMap<FontKey, BReference<FontStyle> > fStyleHashTable;
HashMap<FontKey, FontStyle*> fDelistedStyleHashTable;
FontKey()
FontKey(uint16 family, uint16 style)
bool operator==(const FontKey& other) const