#include <css_value_letter_spacing.h>

+ Inheritance diagram for clan::CSSValueLetterSpacing:

Public Types

enum  Type { type_normal, type_length, type_inherit }
 

Public Member Functions

 CSSValueLetterSpacing ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueLetterSpacing *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

CSSLength length
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_length 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueLetterSpacing::CSSValueLetterSpacing ( )

Member Function Documentation

void clan::CSSValueLetterSpacing::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueLetterSpacing::compute ( const CSSValueLetterSpacing parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueLetterSpacing::to_string ( ) const
virtual

Member Data Documentation

CSSLength clan::CSSValueLetterSpacing::length
Type clan::CSSValueLetterSpacing::type

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