Wt::Font::Deleter Class Reference

List of all members.

Public Member Functions

void operator() (TTF_Font *f)

Detailed Description

Definition at line 126 of file font.h.


Member Function Documentation

void Wt::Font::Deleter::operator() ( TTF_Font *  f  ) 

Definition at line 40 of file font.cpp.

00040                                         {
00041     if (f)
00042         TTF_CloseFont(f);
00043 }


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

Generated Fri Jul 28 19:29:03 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.