Vuo  1.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
VuoFontClass Class Reference

Description

A wrapper for VuoFont, so it can be used as a std::map key.

Public Member Functions

 VuoFontClass (VuoFont font)
 Wraps a VuoFont.
 
 VuoFontClass (const VuoFontClass &font)
 Copies a VuoFontClass.
 
 ~VuoFontClass ()
 Destroys a VuoFontClass.
 

Public Attributes

VuoFont f
 The actual font.
 

Constructor & Destructor Documentation

VuoFontClass::VuoFontClass ( VuoFont  font)
inline

Wraps a VuoFont.

VuoFontClass::VuoFontClass ( const VuoFontClass font)
inline

Copies a VuoFontClass.

VuoFontClass::~VuoFontClass ( )
inline

Destroys a VuoFontClass.

Member Data Documentation

VuoFont VuoFontClass::f

The actual font.


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