Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_csscomputedstyle.h>
Public Member Functions | |
InheritedData () | |
~InheritedData () | |
Public Attributes | |
CFX_CSSLength | m_LetterSpacing {CFX_CSSLengthUnit::Normal, 0} |
CFX_CSSLength | m_WordSpacing {CFX_CSSLengthUnit::Normal, 0} |
CFX_CSSLength | m_TextIndent {CFX_CSSLengthUnit::Point, 0} |
RetainPtr< CFX_CSSValueList > | m_pFontFamily |
float | m_fFontSize = 12.0f |
float | m_fLineHeight = 14.0f |
FX_ARGB | m_dwFontColor = 0xFF000000 |
uint16_t | m_wFontWeight = 400 |
CFX_CSSFontVariant | m_eFontVariant = CFX_CSSFontVariant::Normal |
CFX_CSSFontStyle | m_eFontStyle = CFX_CSSFontStyle::Normal |
CFX_CSSTextAlign | m_eTextAlign = CFX_CSSTextAlign::Left |
Definition at line 24 of file cfx_csscomputedstyle.h.
|
default |
|
default |
FX_ARGB CFX_CSSComputedStyle::InheritedData::m_dwFontColor = 0xFF000000 |
Definition at line 35 of file cfx_csscomputedstyle.h.
CFX_CSSFontStyle CFX_CSSComputedStyle::InheritedData::m_eFontStyle = CFX_CSSFontStyle::Normal |
Definition at line 38 of file cfx_csscomputedstyle.h.
CFX_CSSFontVariant CFX_CSSComputedStyle::InheritedData::m_eFontVariant = CFX_CSSFontVariant::Normal |
Definition at line 37 of file cfx_csscomputedstyle.h.
CFX_CSSTextAlign CFX_CSSComputedStyle::InheritedData::m_eTextAlign = CFX_CSSTextAlign::Left |
Definition at line 39 of file cfx_csscomputedstyle.h.
float CFX_CSSComputedStyle::InheritedData::m_fFontSize = 12.0f |
Definition at line 33 of file cfx_csscomputedstyle.h.
float CFX_CSSComputedStyle::InheritedData::m_fLineHeight = 14.0f |
Definition at line 34 of file cfx_csscomputedstyle.h.
CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_LetterSpacing {CFX_CSSLengthUnit::Normal, 0} |
Definition at line 29 of file cfx_csscomputedstyle.h.
RetainPtr<CFX_CSSValueList> CFX_CSSComputedStyle::InheritedData::m_pFontFamily |
Definition at line 32 of file cfx_csscomputedstyle.h.
CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_TextIndent {CFX_CSSLengthUnit::Point, 0} |
Definition at line 31 of file cfx_csscomputedstyle.h.
uint16_t CFX_CSSComputedStyle::InheritedData::m_wFontWeight = 400 |
Definition at line 36 of file cfx_csscomputedstyle.h.
CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_WordSpacing {CFX_CSSLengthUnit::Normal, 0} |
Definition at line 30 of file cfx_csscomputedstyle.h.