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

VCF::Win32FontHandle Class Reference

used to hold a HFONT and a refcount More...

#include <Win32FontManager.h>

Inheritance diagram for VCF::Win32FontHandle:

VCF::Object List of all members.

Public Member Functions

 Win32FontHandle (HFONT font)
virtual ~Win32FontHandle ()
void incRef ()
void decRef ()
 decrement the ref count.
HFONT getFontHandle ()
bool isRefCountZero ()

Detailed Description

used to hold a HFONT and a refcount


Constructor & Destructor Documentation

VCF::Win32FontHandle::Win32FontHandle HFONT  font  ) 
 

virtual VCF::Win32FontHandle::~Win32FontHandle  )  [virtual]
 


Member Function Documentation

void VCF::Win32FontHandle::decRef  ) 
 

decrement the ref count.

If the count goes to 0 then delete the HFONT object

HFONT VCF::Win32FontHandle::getFontHandle  ) 
 

void VCF::Win32FontHandle::incRef  ) 
 

bool VCF::Win32FontHandle::isRefCountZero  ) 
 


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