// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONTENUM_H_
{
DECLARE_CLASS(wxFontEnumerator)
public:
- wxFontEnumerator() {};
+ wxFontEnumerator() {}
// Enumerate the fonts.
bool Enumerate();
- // Stop enumeration if FALSE is returned.
+ // Stop enumeration if false is returned.
// By default, the enumerator stores the facenames in a list for
// retrieval via GetFacenames().
virtual bool OnFont(const wxFont& font);