ClanLib  2.3.7
Public Types | Public Member Functions | Public Attributes | List of all members
CL_CSSBoxLetterSpacing Class Reference

#include <css_box_letter_spacing.h>

Inheritance diagram for CL_CSSBoxLetterSpacing:
Inheritance graph
[legend]

Public Types

enum  Type { type_normal, type_length, type_inherit }
 

Public Member Functions

 CL_CSSBoxLetterSpacing ()
 
void compute (const CL_CSSBoxLetterSpacing *parent, CL_CSSResourceCache *layout, float em_size, float ex_size)
 
CL_String to_string () const
 

Public Attributes

CL_CSSBoxLength length
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_length 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxLetterSpacing::CL_CSSBoxLetterSpacing ( )

Member Function Documentation

void CL_CSSBoxLetterSpacing::compute ( const CL_CSSBoxLetterSpacing parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
CL_String CL_CSSBoxLetterSpacing::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxLetterSpacing::length
Type CL_CSSBoxLetterSpacing::type

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