X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b88355f59ffadc66f5f76816d4732a607702fc6..6c0ea5130fd233b97827e0cb392e68f64968ae32:/docs/doxygen/overviews/font.h diff --git a/docs/doxygen/overviews/font.h b/docs/doxygen/overviews/font.h index 93a7ba3115..5ed37b530f 100644 --- a/docs/doxygen/overviews/font.h +++ b/docs/doxygen/overviews/font.h @@ -10,7 +10,7 @@ @page overview_font wxFont overview - Class: #wxFont, #wxFontDialog + Class: wxFont, wxFontDialog 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 +30,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 @@ -54,13 +53,17 @@ current mapping mode. However, user scaling on a device context will also scale fonts under both environments. + @li @ref overview_font_nativeinfo + + +