|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FontSelectionAlgorithm.h>
Public Member Functions | |
| FontSelectionRange (FontSelectionValue minimum, FontSelectionValue maximum) | |
| bool | operator== (const FontSelectionRange &other) const |
| bool | isValid () const |
| void | expand (const FontSelectionRange &other) |
| bool | includes (FontSelectionValue target) const |
| FontSelectionRange (FontSelectionValue minimum, FontSelectionValue maximum) | |
| bool | operator== (const FontSelectionRange &other) const |
| bool | isValid () const |
| void | expand (const FontSelectionRange &other) |
| bool | includes (FontSelectionValue target) const |
Public Attributes | |
| FontSelectionValue | minimum { FontSelectionValue(1) } |
| FontSelectionValue | maximum { FontSelectionValue(0) } |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FontSelectionValue WebCore::FontSelectionRange::maximum { FontSelectionValue(0) } |
| FontSelectionValue WebCore::FontSelectionRange::minimum { FontSelectionValue(1) } |
1.8.13