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

#include <css_box_font_weight.h>

Inheritance diagram for CL_CSSBoxFontWeight:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_normal, type_bold, type_bolder, type_lighter,
  type_100, type_200, type_300, type_400,
  type_500, type_600, type_700, type_800,
  type_900, type_inherit
}
 

Public Member Functions

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

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_bold 
type_bolder 
type_lighter 
type_100 
type_200 
type_300 
type_400 
type_500 
type_600 
type_700 
type_800 
type_900 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxFontWeight::CL_CSSBoxFontWeight ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

Type CL_CSSBoxFontWeight::type

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