#include <css_computed_text.h>

Public Member Functions

void compute (const CSSComputedValues &parent, CSSResourceCache *layout, float em_size, float ex_size)
 

Public Attributes

CSSValueColor color
 
CSSValueLetterSpacing letter_spacing
 
CSSValueTextAlign text_align
 
CSSValueTextIndent text_indent
 
CSSValueTextTransform text_transform
 
CSSValueWhiteSpace white_space
 
CSSValueWordSpacing word_spacing
 

Member Function Documentation

◆ compute()

void clan::CSSComputedTextInherit::compute ( const CSSComputedValues parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

Member Data Documentation

◆ color

CSSValueColor clan::CSSComputedTextInherit::color

◆ letter_spacing

CSSValueLetterSpacing clan::CSSComputedTextInherit::letter_spacing

◆ text_align

CSSValueTextAlign clan::CSSComputedTextInherit::text_align

◆ text_indent

CSSValueTextIndent clan::CSSComputedTextInherit::text_indent

◆ text_transform

CSSValueTextTransform clan::CSSComputedTextInherit::text_transform

◆ white_space

CSSValueWhiteSpace clan::CSSComputedTextInherit::white_space

◆ word_spacing

CSSValueWordSpacing clan::CSSComputedTextInherit::word_spacing

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