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

#include <FontSelectionAlgorithm.h>

Public Member Functions

 FontSelectionRequest ()=default
 
 FontSelectionRequest (FontSelectionValue weight, FontSelectionValue width, FontSelectionValue slope)
 
bool operator== (const FontSelectionRequest &other) const
 
bool operator!= (const FontSelectionRequest &other) const
 
 FontSelectionRequest ()=default
 
 FontSelectionRequest (FontSelectionValue weight, FontSelectionValue width, FontSelectionValue slope)
 
bool operator== (const FontSelectionRequest &other) const
 
bool operator!= (const FontSelectionRequest &other) const
 

Public Attributes

FontSelectionValue weight
 
FontSelectionValue width
 
FontSelectionValue slope
 

Constructor & Destructor Documentation

◆ FontSelectionRequest() [1/4]

WebCore::FontSelectionRequest::FontSelectionRequest ( )
default

◆ FontSelectionRequest() [2/4]

WebCore::FontSelectionRequest::FontSelectionRequest ( FontSelectionValue  weight,
FontSelectionValue  width,
FontSelectionValue  slope 
)
inline

◆ FontSelectionRequest() [3/4]

WebCore::FontSelectionRequest::FontSelectionRequest ( )
default

◆ FontSelectionRequest() [4/4]

WebCore::FontSelectionRequest::FontSelectionRequest ( FontSelectionValue  weight,
FontSelectionValue  width,
FontSelectionValue  slope 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

bool WebCore::FontSelectionRequest::operator!= ( const FontSelectionRequest other) const
inline

◆ operator!=() [2/2]

bool WebCore::FontSelectionRequest::operator!= ( const FontSelectionRequest other) const
inline

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

Member Data Documentation

◆ slope

FontSelectionValue WebCore::FontSelectionRequest::slope

◆ weight

FontSelectionValue WebCore::FontSelectionRequest::weight

◆ width

FontSelectionValue WebCore::FontSelectionRequest::width

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