webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::FontSelectionRange Struct Reference

#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) }
 

Constructor & Destructor Documentation

◆ FontSelectionRange() [1/2]

WebCore::FontSelectionRange::FontSelectionRange ( FontSelectionValue  minimum,
FontSelectionValue  maximum 
)
inline

◆ FontSelectionRange() [2/2]

WebCore::FontSelectionRange::FontSelectionRange ( FontSelectionValue  minimum,
FontSelectionValue  maximum 
)
inline

Member Function Documentation

◆ expand() [1/2]

void WebCore::FontSelectionRange::expand ( const FontSelectionRange other)
inline

◆ expand() [2/2]

void WebCore::FontSelectionRange::expand ( const FontSelectionRange other)
inline

◆ includes() [1/2]

bool WebCore::FontSelectionRange::includes ( FontSelectionValue  target) const
inline

◆ includes() [2/2]

bool WebCore::FontSelectionRange::includes ( FontSelectionValue  target) const
inline

◆ isValid() [1/2]

bool WebCore::FontSelectionRange::isValid ( ) const
inline

◆ isValid() [2/2]

bool WebCore::FontSelectionRange::isValid ( ) const
inline

◆ operator==() [1/2]

bool WebCore::FontSelectionRange::operator== ( const FontSelectionRange other) const
inline

◆ operator==() [2/2]

bool WebCore::FontSelectionRange::operator== ( const FontSelectionRange other) const
inline

Member Data Documentation

◆ maximum

FontSelectionValue WebCore::FontSelectionRange::maximum { FontSelectionValue(0) }

◆ minimum

FontSelectionValue WebCore::FontSelectionRange::minimum { FontSelectionValue(1) }

The documentation for this struct was generated from the following file: