Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Win32FontManager Class Reference

Uses to manage fonts for controls. More...

#include <Win32FontManager.h>

Inheritance diagram for VCF::Win32FontManager:

VCF::Object List of all members.

Public Member Functions

 Win32FontManager ()
virtual ~Win32FontManager ()
virtual void init ()
 This is going to be removed from the bext release.

Static Public Member Functions

static Win32FontManagercreate ()
static void initializeFont (Win32Font *font)
 this is called by the Win32Font class to add the the font peer to the font manager.
static void removeFont (Win32Font *font)
static HFONT getFontHandleFromFontPeer (Win32Font *font)
static Win32FontManagergetFontManager ()

Detailed Description

Uses to manage fonts for controls.


Constructor & Destructor Documentation

VCF::Win32FontManager::Win32FontManager  ) 
 

virtual VCF::Win32FontManager::~Win32FontManager  )  [virtual]
 


Member Function Documentation

static Win32FontManager* VCF::Win32FontManager::create  )  [static]
 

static HFONT VCF::Win32FontManager::getFontHandleFromFontPeer Win32Font font  )  [static]
 

static Win32FontManager* VCF::Win32FontManager::getFontManager  )  [inline, static]
 

virtual void VCF::Win32FontManager::init  )  [virtual]
 

This is going to be removed from the bext release.

Deprecated:

Reimplemented from VCF::Object.

static void VCF::Win32FontManager::initializeFont Win32Font font  )  [static]
 

this is called by the Win32Font class to add the the font peer to the font manager.

static void VCF::Win32FontManager::removeFont Win32Font font  )  [static]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information