]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/font.h
removed wxAcceleratorTable copy ctor docs, no port implements it
[wxWidgets.git] / docs / doxygen / overviews / font.h
index 93a7ba31153c1567f7f05de32d403afe1ae1f6d7..ecd8f62b1dc8513b02840948952b397477ebaf39 100644 (file)
@@ -6,11 +6,19 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
- @page overview_font wxFont overview
+ @page overview_font wxFont Overview
 
- Class: #wxFont, #wxFontDialog
+ 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
@@ -30,8 +38,7 @@
           a default typeface will chosen based on the family.}
  @itemdef{Encoding,
           The font encoding (see @b wxFONTENCODING_XXX
-          constants and the @ref fontencoding_overview for more
-          details)}
+          constants and the @ref overview_fontencoding for more details)}
  @endDefList
 
  Specifying a family, rather than a specific typeface name, ensures a degree of
@@ -60,7 +67,7 @@
 
  An alternative way of choosing fonts is to use the native font description.
  This is the only acceptable solution if the user is allowed to choose the font
- using the #wxFontDialog because the selected font cannot
+ using the wxFontDialog because the selected font cannot
  be described using only the family name and so, if only family name is stored
  permanently, the user would almost surely see a different font in the program
  later.