use doxygen autolinking feature; use @ref command for the overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,8 +76,8 @@ font on his system.
|
|||||||
To solve this problem, a wxFontMapper class is provided.
|
To solve this problem, a wxFontMapper class is provided.
|
||||||
|
|
||||||
This class stores the mapping between the encodings and the font face
|
This class stores the mapping between the encodings and the font face
|
||||||
names which support them in wxConfig object. Of
|
names which support them in wxConfigBase object.
|
||||||
course, it would be fairly useless if it tried to determine these mappings by
|
Of course, it would be fairly useless if it tried to determine these mappings by
|
||||||
itself, so, instead, it (optionally) asks the user and remembers his answers
|
itself, so, instead, it (optionally) asks the user and remembers his answers
|
||||||
so that the next time the program will automatically choose the correct font.
|
so that the next time the program will automatically choose the correct font.
|
||||||
All these topics are illustrated by the @ref page_samples_font;
|
All these topics are illustrated by the @ref page_samples_font;
|
||||||
|
@@ -285,17 +285,16 @@ public:
|
|||||||
<TABLE>
|
<TABLE>
|
||||||
<TR><TD>@c wxFONTENCODING_SYSTEM</TD><TD>Default system encoding.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_SYSTEM</TD><TD>Default system encoding.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_DEFAULT</TD><TD>
|
<TR><TD>@c wxFONTENCODING_DEFAULT</TD><TD>
|
||||||
Default application encoding: this
|
Default application encoding: this is the encoding set by calls to
|
||||||
is the encoding set by calls to
|
SetDefaultEncoding() and which may be set to, say, KOI8 to create all
|
||||||
SetDefaultEncoding and which may be set to,
|
fonts by default with KOI8 encoding. Initially, the default application
|
||||||
say, KOI8 to create all fonts by default with KOI8 encoding. Initially, the
|
encoding is the same as default system encoding.</TD></TR>
|
||||||
default application encoding is the same as default system encoding.</TD></TR>
|
|
||||||
<TR><TD>@c wxFONTENCODING_ISO8859_1...15</TD><TD>ISO8859 encodings.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_ISO8859_1...15</TD><TD>ISO8859 encodings.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_KOI8</TD><TD>The standard Russian encoding for Internet.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_KOI8</TD><TD>The standard Russian encoding for Internet.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_CP1250...1252</TD><TD>Windows encodings similar to ISO8859 (but not identical).</TD></TR>
|
<TR><TD>@c wxFONTENCODING_CP1250...1252</TD><TD>Windows encodings similar to ISO8859 (but not identical).</TD></TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
If the specified encoding isn't available, no font is created
|
If the specified encoding isn't available, no font is created
|
||||||
(see also font encoding overview).
|
(see also @ref overview_fontencoding).
|
||||||
|
|
||||||
@remarks If the desired font does not exist, the closest match will be
|
@remarks If the desired font does not exist, the closest match will be
|
||||||
chosen. Under Windows, only scalable TrueType fonts are used.
|
chosen. Under Windows, only scalable TrueType fonts are used.
|
||||||
@@ -331,17 +330,16 @@ public:
|
|||||||
<TABLE>
|
<TABLE>
|
||||||
<TR><TD>@c wxFONTENCODING_SYSTEM</TD><TD>Default system encoding.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_SYSTEM</TD><TD>Default system encoding.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_DEFAULT</TD><TD>
|
<TR><TD>@c wxFONTENCODING_DEFAULT</TD><TD>
|
||||||
Default application encoding: this
|
Default application encoding: this is the encoding set by calls to
|
||||||
is the encoding set by calls to
|
SetDefaultEncoding() and which may be set to, say, KOI8 to create all
|
||||||
SetDefaultEncoding and which may be set to,
|
fonts by default with KOI8 encoding. Initially, the default application
|
||||||
say, KOI8 to create all fonts by default with KOI8 encoding. Initially, the
|
encoding is the same as default system encoding.</TD></TR>
|
||||||
default application encoding is the same as default system encoding.</TD></TR>
|
|
||||||
<TR><TD>@c wxFONTENCODING_ISO8859_1...15</TD><TD>ISO8859 encodings.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_ISO8859_1...15</TD><TD>ISO8859 encodings.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_KOI8</TD><TD>The standard Russian encoding for Internet.</TD></TR>
|
<TR><TD>@c wxFONTENCODING_KOI8</TD><TD>The standard Russian encoding for Internet.</TD></TR>
|
||||||
<TR><TD>@c wxFONTENCODING_CP1250...1252</TD><TD>Windows encodings similar to ISO8859 (but not identical).</TD></TR>
|
<TR><TD>@c wxFONTENCODING_CP1250...1252</TD><TD>Windows encodings similar to ISO8859 (but not identical).</TD></TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
If the specified encoding isn't available, no font is created
|
If the specified encoding isn't available, no font is created
|
||||||
(see also font encoding overview).
|
(see also @ref overview_fontencoding).
|
||||||
|
|
||||||
@remarks If the desired font does not exist, the closest match will be
|
@remarks If the desired font does not exist, the closest match will be
|
||||||
chosen. Under Windows, only scalable TrueType fonts are used.
|
chosen. Under Windows, only scalable TrueType fonts are used.
|
||||||
|
Reference in New Issue
Block a user