-
-
- wxFONTFAMILY_DEFAULT
-
-
- Chooses a default font.
-
- wxFONTFAMILY_DECORATIVE
-
-
- A decorative font.
-
- wxFONTFAMILY_ROMAN
-
-
- A formal, serif font.
-
- wxFONTFAMILY_SCRIPT
-
-
- A handwriting font.
-
- wxFONTFAMILY_SWISS
-
-
- A sans-serif font.
-
- wxFONTFAMILY_MODERN
-
-
- A fixed pitch font.
-
- wxFONTFAMILY_TELETYPE
-
-
- A teletype font.
-
- @param style
- One of wxFONTSTYLE_NORMAL, wxFONTSTYLE_SLANT and wxFONTSTYLE_ITALIC.
-
- @param weight
- Font weight, sometimes also referred to as font boldness. One of:
-
-
- wxFONTWEIGHT_NORMAL
-
-
- Normal font.
-
- wxFONTWEIGHT_LIGHT
-
-
- Light font.
-
- wxFONTWEIGHT_BOLD
-
-
- Bold font.
-
- @param underline
- The value can be @true or @false. At present this has an effect on Windows and
- Motif 2.x only.
-
- @param faceName
- An optional string specifying the actual typeface to be used. If it is an empty
- string,
- a default typeface will be chosen based on the family.
-
- @param encoding
- An encoding which may be one of
-
- wxFONTENCODING_SYSTEM
-
-
- Default system encoding.
-
- wxFONTENCODING_DEFAULT
-
-
- Default application encoding: this
- is the encoding set by calls to
- SetDefaultEncoding and which may be set to,
- say, KOI8 to create all fonts by default with KOI8 encoding. Initially, the
- default application encoding is the same as default system encoding.
-
- wxFONTENCODING_ISO8859_1...15
-
-
- ISO8859 encodings.
-
- wxFONTENCODING_KOI8
-
-
- The standard Russian encoding for Internet.
-
- wxFONTENCODING_CP1250...1252
-
-
- Windows encodings similar to ISO8859 (but not identical).
-
- If the specified encoding isn't available, no font is created
- (see also font encoding overview).
-
+
+
+
+
+
+
+
+ wxFONTFAMILY_DEFAULT
+
+
+
+
+ Chooses a default font.
+
+
+
+
+
+ wxFONTFAMILY_DECORATIVE
+
+
+
+
+ A decorative font.
+
+
+
+
+
+ wxFONTFAMILY_ROMAN
+
+
+
+
+ A formal, serif font.
+
+
+
+
+
+ wxFONTFAMILY_SCRIPT
+
+
+
+
+ A handwriting font.
+
+
+
+
+
+ wxFONTFAMILY_SWISS
+
+
+
+
+ A sans-serif font.
+
+
+
+
+
+ wxFONTFAMILY_MODERN
+
+
+
+
+ A fixed pitch font.
+
+
+
+
+
+ wxFONTFAMILY_TELETYPE
+
+
+
+
+ A teletype font.
+ @param style
+ One of wxFONTSTYLE_NORMAL, wxFONTSTYLE_SLANT and wxFONTSTYLE_ITALIC.
+ @param weight
+ Font weight, sometimes also referred to as font boldness. One of:
+
+
+
+
+
+
+
+ wxFONTWEIGHT_NORMAL
+
+
+
+
+ Normal font.
+
+
+
+
+
+ wxFONTWEIGHT_LIGHT
+
+
+
+
+ Light font.
+
+
+
+
+
+ wxFONTWEIGHT_BOLD
+
+
+
+
+ Bold font.
+ @param underline
+ The value can be @true or @false. At present this has an effect on Windows
+ and Motif 2.x only.
+ @param faceName
+ An optional string specifying the actual typeface to be used. If it is an
+ empty string,
+ a default typeface will be chosen based on the family.
+ @param encoding
+ An encoding which may be one of
+
+
+
+
+
+
+
+ wxFONTENCODING_SYSTEM
+
+
+
+
+ Default system encoding.
+
+
+
+
+
+ wxFONTENCODING_DEFAULT
+
+
+
+
+ Default application encoding: this
+ is the encoding set by calls to
+ SetDefaultEncoding and which may be set to,
+ say, KOI8 to create all fonts by default with KOI8 encoding. Initially, the
+ default application encoding is the same as default system encoding.
+
+
+
+
+
+ wxFONTENCODING_ISO8859_1...15
+
+
+
+
+ ISO8859 encodings.
+
+
+
+
+
+ wxFONTENCODING_KOI8
+
+
+
+
+ The standard Russian encoding for Internet.
+
+
+
+
+
+ wxFONTENCODING_CP1250...1252
+
+
+
+
+ Windows encodings similar to ISO8859 (but not identical).
+
+
+
+
+
+ If the specified encoding isn't available, no font is created
+ (see also font encoding overview).
+