X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30738aae14dfbce0c492d8696c861947228028c2..e18e78a7cc106a75e5228c51edd982436682633d:/docs/doxygen/overviews/font.h diff --git a/docs/doxygen/overviews/font.h b/docs/doxygen/overviews/font.h index 6a9367911d..455bb57ac8 100644 --- a/docs/doxygen/overviews/font.h +++ b/docs/doxygen/overviews/font.h @@ -6,9 +6,9 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** - @page overview_font wxFont overview + @page overview_font wxFont Overview Class: wxFont, wxFontDialog @@ -26,14 +26,14 @@ @beginDefList @itemdef{Point size, This is the standard way of referring to text size.} - @itemdef{Family, + @itemdef{Family, Supported families are: @b wxDEFAULT, @b wxDECORATIVE, @b wxROMAN, @b wxSCRIPT, @b wxSWISS, @b wxMODERN. @b wxMODERN is a fixed pitch font; the others are either fixed or variable pitch.} @itemdef{Style, The value can be @b wxNORMAL, @b wxSLANT or @b wxITALIC.} @itemdef{Weight, The value can be @b wxNORMAL, @b wxLIGHT or @b wxBOLD.} @itemdef{Underlining, The value can be @true or @false.} - @itemdef{Face name, + @itemdef{Face name, An optional string specifying the actual typeface to be used. If @NULL, a default typeface will chosen based on the family.} @itemdef{Encoding,