Public Member Functions | |
| FontPlatformDataCacheKey (const AtomicString &family=AtomicString(), unsigned size=0, bool bold=false, bool italic=false, bool isPrinterFont=false) | |
| bool | operator== (const FontPlatformDataCacheKey &other) const |
Public Attributes | |
| AtomicString | m_family |
| unsigned | m_size |
| bool | m_bold |
| bool | m_italic |
| bool | m_printerFont |
| WebCore::FontPlatformDataCacheKey::FontPlatformDataCacheKey | ( | const AtomicString & | family = AtomicString(), |
|
| unsigned | size = 0, |
|||
| bool | bold = false, |
|||
| bool | italic = false, |
|||
| bool | isPrinterFont = false | |||
| ) | [inline] |
| bool WebCore::FontPlatformDataCacheKey::operator== | ( | const FontPlatformDataCacheKey & | other | ) | const [inline] |