#include <FontDescription.h>
| WebCore::FontDescription::FontDescription | ( | ) | [inline] |
| bool WebCore::FontDescription::operator== | ( | const FontDescription & | other | ) | const [inline] |
| bool WebCore::FontDescription::operator!= | ( | const FontDescription & | other | ) | const [inline] |
| const FontFamily& WebCore::FontDescription::family | ( | ) | const [inline] |
| FontFamily& WebCore::FontDescription::firstFamily | ( | ) | [inline] |
| float WebCore::FontDescription::specifiedSize | ( | ) | const [inline] |
| float WebCore::FontDescription::computedSize | ( | ) | const [inline] |
| bool WebCore::FontDescription::italic | ( | ) | const [inline] |
| bool WebCore::FontDescription::bold | ( | ) | const [inline] |
| int WebCore::FontDescription::computedPixelSize | ( | ) | const [inline] |
| bool WebCore::FontDescription::smallCaps | ( | ) | const [inline] |
| bool WebCore::FontDescription::isAbsoluteSize | ( | ) | const [inline] |
| unsigned WebCore::FontDescription::weight | ( | ) | const [inline] |
| GenericFamilyType WebCore::FontDescription::genericFamily | ( | ) | const [inline] |
| bool WebCore::FontDescription::usePrinterFont | ( | ) | const [inline] |
| int WebCore::FontDescription::keywordSize | ( | ) | const [inline] |
| void WebCore::FontDescription::setFamily | ( | const FontFamily & | family | ) | [inline] |
| void WebCore::FontDescription::setComputedSize | ( | float | s | ) | [inline] |
| void WebCore::FontDescription::setSpecifiedSize | ( | float | s | ) | [inline] |
| void WebCore::FontDescription::setItalic | ( | bool | i | ) | [inline] |
| void WebCore::FontDescription::setBold | ( | bool | b | ) | [inline] |
| void WebCore::FontDescription::setSmallCaps | ( | bool | c | ) | [inline] |
| void WebCore::FontDescription::setIsAbsoluteSize | ( | bool | s | ) | [inline] |
| void WebCore::FontDescription::setWeight | ( | unsigned | w | ) | [inline] |
| void WebCore::FontDescription::setGenericFamily | ( | GenericFamilyType | genericFamily | ) | [inline] |
| void WebCore::FontDescription::setUsePrinterFont | ( | bool | p | ) | [inline] |
| void WebCore::FontDescription::setKeywordSize | ( | int | s | ) | [inline] |