]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/font.h
wxVector<T> is header-based, use @nolibrary
[wxWidgets.git] / docs / doxygen / overviews / font.h
index 5ed37b530fcd7648f556c1c11ad6d4b9f00d71a3..455bb57ac8235701c8bd633f6c11aadba64a2d4f 100644 (file)
@@ -6,26 +6,34 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
- @page overview_font wxFont overview
+ @page overview_font wxFont Overview
 
  Class: wxFont, wxFontDialog
 
+ @li @ref overview_font_intro
+ @li @ref overview_font_nativeinfo
+
+ <hr>
+
+
+ @section overview_font_intro Introduction
+
  A font is an object which determines the appearance of text, primarily
  when drawing text to a window or device context. A font is determined by
  the following parameters (not all of them have to be specified, of course):
 
  @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,
        current mapping mode. However, user scaling on a device context will also
        scale fonts under both environments.
 
- @li @ref overview_font_nativeinfo
-
-
- <hr>
 
 
  @section overview_font_nativeinfo Native font information