MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
GUI::FontType Class Reference

#include <common.h>

List of all members.

Public Member Functions

 FontType (char const *FntName="arial", int Size=10, bool Bold=false, bool Italic=false)
void Set (char const *FntName, int Size, bool Bold, bool Italic)
void Activate (DeviceContext &DC)

Constructor & Destructor Documentation

GUI::FontType::FontType ( char const *  FntName = "arial",
int  Size = 10,
bool  Bold = false,
bool  Italic = false 
) [inline]

Member Function Documentation

void GUI::FontType::Activate ( DeviceContext &  DC) [inline]
void GUI::FontType::Set ( char const *  FntName,
int  Size,
bool  Bold,
bool  Italic 
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines