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

#include <css_box_font_family.h>

Inheritance diagram for CL_CSSBoxFontFamily:
Inheritance graph
[legend]

Public Types

enum  Type { type_names, type_inherit }
 

Public Member Functions

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

Public Attributes

std::vector
< CL_CSSBoxFontFamilyName
names
 
Type type
 

Member Enumeration Documentation

Enumerator
type_names 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxFontFamily::CL_CSSBoxFontFamily ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

std::vector<CL_CSSBoxFontFamilyName> CL_CSSBoxFontFamily::names
Type CL_CSSBoxFontFamily::type

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