X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..dae2800ac82493e2f3cae2ce0231309a8e877683:/interface/font.h diff --git a/interface/font.h b/interface/font.h index 1e3f2fe6a7..b76182cefe 100644 --- a/interface/font.h +++ b/interface/font.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: font.h -// Purpose: documentation for wxFont class +// Purpose: interface of wxFont // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -8,6 +8,7 @@ /** @class wxFont + @ingroup group_class_gdi @wxheader{font.h} A font is an object which determines the appearance of text. Fonts are @@ -29,19 +30,10 @@ @category{gdi} @stdobjects - Objects: - wxNullFont - Pointers: - wxNORMAL_FONT + ::Objects:, ::wxNullFont, ::Pointers:, ::wxNORMAL_FONT, ::wxSMALL_FONT, + ::wxITALIC_FONT, ::wxSWISS_FONT, - wxSMALL_FONT - - wxITALIC_FONT - - wxSWISS_FONT - - @seealso - @ref overview_wxfontoverview, wxDC::SetFont, wxDC::DrawText, + @see @ref overview_wxfontoverview, wxDC::SetFont, wxDC::DrawText, wxDC::GetTextExtent, wxFontDialog, wxSystemSettings */ class wxFont : public wxGDIObject @@ -658,3 +650,43 @@ public: */ bool operator ==(const wxFont& font); }; + + +/** + FIXME +*/ +wxFont Objects: +; + +/** + FIXME +*/ +wxFont wxNullFont; + +/** + FIXME +*/ +wxFont Pointers: +; + +/** + FIXME +*/ +wxFont wxNORMAL_FONT; + +/** + FIXME +*/ +wxFont wxSMALL_FONT; + +/** + FIXME +*/ +wxFont wxITALIC_FONT; + +/** + FIXME +*/ +wxFont wxSWISS_FONT; + +