1 # This file was created automatically by SWIG.
5 class wxNativeFontInfoPtr
:
6 def __init__(self
,this
):
9 def Init(self
, *_args
, **_kwargs
):
10 val
= fontsc
.wxNativeFontInfo_Init(self
, *_args
, **_kwargs
)
12 def GetPointSize(self
, *_args
, **_kwargs
):
13 val
= fontsc
.wxNativeFontInfo_GetPointSize(self
, *_args
, **_kwargs
)
15 def GetStyle(self
, *_args
, **_kwargs
):
16 val
= fontsc
.wxNativeFontInfo_GetStyle(self
, *_args
, **_kwargs
)
18 def GetWeight(self
, *_args
, **_kwargs
):
19 val
= fontsc
.wxNativeFontInfo_GetWeight(self
, *_args
, **_kwargs
)
21 def GetUnderlined(self
, *_args
, **_kwargs
):
22 val
= fontsc
.wxNativeFontInfo_GetUnderlined(self
, *_args
, **_kwargs
)
24 def GetFaceName(self
, *_args
, **_kwargs
):
25 val
= fontsc
.wxNativeFontInfo_GetFaceName(self
, *_args
, **_kwargs
)
27 def GetFamily(self
, *_args
, **_kwargs
):
28 val
= fontsc
.wxNativeFontInfo_GetFamily(self
, *_args
, **_kwargs
)
30 def GetEncoding(self
, *_args
, **_kwargs
):
31 val
= fontsc
.wxNativeFontInfo_GetEncoding(self
, *_args
, **_kwargs
)
33 def SetPointSize(self
, *_args
, **_kwargs
):
34 val
= fontsc
.wxNativeFontInfo_SetPointSize(self
, *_args
, **_kwargs
)
36 def SetStyle(self
, *_args
, **_kwargs
):
37 val
= fontsc
.wxNativeFontInfo_SetStyle(self
, *_args
, **_kwargs
)
39 def SetWeight(self
, *_args
, **_kwargs
):
40 val
= fontsc
.wxNativeFontInfo_SetWeight(self
, *_args
, **_kwargs
)
42 def SetUnderlined(self
, *_args
, **_kwargs
):
43 val
= fontsc
.wxNativeFontInfo_SetUnderlined(self
, *_args
, **_kwargs
)
45 def SetFaceName(self
, *_args
, **_kwargs
):
46 val
= fontsc
.wxNativeFontInfo_SetFaceName(self
, *_args
, **_kwargs
)
48 def SetFamily(self
, *_args
, **_kwargs
):
49 val
= fontsc
.wxNativeFontInfo_SetFamily(self
, *_args
, **_kwargs
)
51 def SetEncoding(self
, *_args
, **_kwargs
):
52 val
= fontsc
.wxNativeFontInfo_SetEncoding(self
, *_args
, **_kwargs
)
54 def FromString(self
, *_args
, **_kwargs
):
55 val
= fontsc
.wxNativeFontInfo_FromString(self
, *_args
, **_kwargs
)
57 def ToString(self
, *_args
, **_kwargs
):
58 val
= fontsc
.wxNativeFontInfo_ToString(self
, *_args
, **_kwargs
)
60 def __str__(self
, *_args
, **_kwargs
):
61 val
= fontsc
.wxNativeFontInfo___str__(self
, *_args
, **_kwargs
)
63 def FromUserString(self
, *_args
, **_kwargs
):
64 val
= fontsc
.wxNativeFontInfo_FromUserString(self
, *_args
, **_kwargs
)
66 def ToUserString(self
, *_args
, **_kwargs
):
67 val
= fontsc
.wxNativeFontInfo_ToUserString(self
, *_args
, **_kwargs
)
70 return "<%s.%s instance; proxy of C++ wxNativeFontInfo instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
71 class wxNativeFontInfo(wxNativeFontInfoPtr
):
72 def __init__(self
,*_args
,**_kwargs
):
73 self
.this
= fontsc
.new_wxNativeFontInfo(*_args
,**_kwargs
)
79 class wxFontMapperPtr
:
80 def __init__(self
,this
):
83 def __del__(self
, delfunc
=fontsc
.delete_wxFontMapper
):
89 def GetAltForEncoding(self
, *_args
, **_kwargs
):
90 val
= fontsc
.wxFontMapper_GetAltForEncoding(self
, *_args
, **_kwargs
)
92 def IsEncodingAvailable(self
, *_args
, **_kwargs
):
93 val
= fontsc
.wxFontMapper_IsEncodingAvailable(self
, *_args
, **_kwargs
)
95 def CharsetToEncoding(self
, *_args
, **_kwargs
):
96 val
= fontsc
.wxFontMapper_CharsetToEncoding(self
, *_args
, **_kwargs
)
98 def SetDialogParent(self
, *_args
, **_kwargs
):
99 val
= fontsc
.wxFontMapper_SetDialogParent(self
, *_args
, **_kwargs
)
101 def SetDialogTitle(self
, *_args
, **_kwargs
):
102 val
= fontsc
.wxFontMapper_SetDialogTitle(self
, *_args
, **_kwargs
)
104 def SetConfig(self
, *_args
, **_kwargs
):
105 val
= fontsc
.wxFontMapper_SetConfig(self
, *_args
, **_kwargs
)
107 def SetConfigPath(self
, *_args
, **_kwargs
):
108 val
= fontsc
.wxFontMapper_SetConfigPath(self
, *_args
, **_kwargs
)
111 return "<%s.%s instance; proxy of C++ wxFontMapper instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
112 class wxFontMapper(wxFontMapperPtr
):
113 def __init__(self
,*_args
,**_kwargs
):
114 self
.this
= fontsc
.new_wxFontMapper(*_args
,**_kwargs
)
120 class wxFontPtr(wxObjectPtr
):
121 def __init__(self
,this
):
124 def wxFontFromNativeInfoString(self
, *_args
, **_kwargs
):
125 val
= fontsc
.wxFont_wxFontFromNativeInfoString(self
, *_args
, **_kwargs
)
126 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
128 def __del__(self
, delfunc
=fontsc
.delete_wxFont
):
129 if self
.thisown
== 1:
134 def Ok(self
, *_args
, **_kwargs
):
135 val
= fontsc
.wxFont_Ok(self
, *_args
, **_kwargs
)
137 def GetPointSize(self
, *_args
, **_kwargs
):
138 val
= fontsc
.wxFont_GetPointSize(self
, *_args
, **_kwargs
)
140 def GetFamily(self
, *_args
, **_kwargs
):
141 val
= fontsc
.wxFont_GetFamily(self
, *_args
, **_kwargs
)
143 def GetStyle(self
, *_args
, **_kwargs
):
144 val
= fontsc
.wxFont_GetStyle(self
, *_args
, **_kwargs
)
146 def GetWeight(self
, *_args
, **_kwargs
):
147 val
= fontsc
.wxFont_GetWeight(self
, *_args
, **_kwargs
)
149 def GetUnderlined(self
, *_args
, **_kwargs
):
150 val
= fontsc
.wxFont_GetUnderlined(self
, *_args
, **_kwargs
)
152 def GetFaceName(self
, *_args
, **_kwargs
):
153 val
= fontsc
.wxFont_GetFaceName(self
, *_args
, **_kwargs
)
155 def GetEncoding(self
, *_args
, **_kwargs
):
156 val
= fontsc
.wxFont_GetEncoding(self
, *_args
, **_kwargs
)
158 def IsFixedWidth(self
, *_args
, **_kwargs
):
159 val
= fontsc
.wxFont_IsFixedWidth(self
, *_args
, **_kwargs
)
161 def GetNativeFontInfo(self
, *_args
, **_kwargs
):
162 val
= fontsc
.wxFont_GetNativeFontInfo(self
, *_args
, **_kwargs
)
163 if val
: val
= wxNativeFontInfoPtr(val
)
165 def GetNativeFontInfoDesc(self
, *_args
, **_kwargs
):
166 val
= fontsc
.wxFont_GetNativeFontInfoDesc(self
, *_args
, **_kwargs
)
168 def GetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
):
169 val
= fontsc
.wxFont_GetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
)
171 def SetPointSize(self
, *_args
, **_kwargs
):
172 val
= fontsc
.wxFont_SetPointSize(self
, *_args
, **_kwargs
)
174 def SetFamily(self
, *_args
, **_kwargs
):
175 val
= fontsc
.wxFont_SetFamily(self
, *_args
, **_kwargs
)
177 def SetStyle(self
, *_args
, **_kwargs
):
178 val
= fontsc
.wxFont_SetStyle(self
, *_args
, **_kwargs
)
180 def SetWeight(self
, *_args
, **_kwargs
):
181 val
= fontsc
.wxFont_SetWeight(self
, *_args
, **_kwargs
)
183 def SetFaceName(self
, *_args
, **_kwargs
):
184 val
= fontsc
.wxFont_SetFaceName(self
, *_args
, **_kwargs
)
186 def SetUnderlined(self
, *_args
, **_kwargs
):
187 val
= fontsc
.wxFont_SetUnderlined(self
, *_args
, **_kwargs
)
189 def SetEncoding(self
, *_args
, **_kwargs
):
190 val
= fontsc
.wxFont_SetEncoding(self
, *_args
, **_kwargs
)
192 def SetNativeFontInfo(self
, *_args
, **_kwargs
):
193 val
= fontsc
.wxFont_SetNativeFontInfo(self
, *_args
, **_kwargs
)
195 def SetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
):
196 val
= fontsc
.wxFont_SetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
)
198 def GetFamilyString(self
, *_args
, **_kwargs
):
199 val
= fontsc
.wxFont_GetFamilyString(self
, *_args
, **_kwargs
)
201 def GetStyleString(self
, *_args
, **_kwargs
):
202 val
= fontsc
.wxFont_GetStyleString(self
, *_args
, **_kwargs
)
204 def GetWeightString(self
, *_args
, **_kwargs
):
205 val
= fontsc
.wxFont_GetWeightString(self
, *_args
, **_kwargs
)
207 def SetNoAntiAliasing(self
, *_args
, **_kwargs
):
208 val
= fontsc
.wxFont_SetNoAntiAliasing(self
, *_args
, **_kwargs
)
210 def GetNoAntiAliasing(self
, *_args
, **_kwargs
):
211 val
= fontsc
.wxFont_GetNoAntiAliasing(self
, *_args
, **_kwargs
)
214 return "<%s.%s instance; proxy of C++ wxFont instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
215 def __nonzero__(self
): return self
.Ok()
216 class wxFont(wxFontPtr
):
217 def __init__(self
,*_args
,**_kwargs
):
218 self
.this
= fontsc
.new_wxFont(*_args
,**_kwargs
)
223 def wxFontFromNativeInfo(*_args
,**_kwargs
):
224 val
= wxFontPtr(fontsc
.new_wxFontFromNativeInfo(*_args
,**_kwargs
))
229 class wxFontListPtr(wxObjectPtr
):
230 def __init__(self
,this
):
233 def AddFont(self
, *_args
, **_kwargs
):
234 val
= fontsc
.wxFontList_AddFont(self
, *_args
, **_kwargs
)
236 def FindOrCreateFont(self
, *_args
, **_kwargs
):
237 val
= fontsc
.wxFontList_FindOrCreateFont(self
, *_args
, **_kwargs
)
238 if val
: val
= wxFontPtr(val
)
240 def RemoveFont(self
, *_args
, **_kwargs
):
241 val
= fontsc
.wxFontList_RemoveFont(self
, *_args
, **_kwargs
)
243 def GetCount(self
, *_args
, **_kwargs
):
244 val
= fontsc
.wxFontList_GetCount(self
, *_args
, **_kwargs
)
247 return "<%s.%s instance; proxy of C++ wxFontList instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
248 class wxFontList(wxFontListPtr
):
249 def __init__(self
,this
):
255 class wxFontEnumeratorPtr
:
256 def __init__(self
,this
):
259 def __del__(self
, delfunc
=fontsc
.delete_wxFontEnumerator
):
260 if self
.thisown
== 1:
265 def _setCallbackInfo(self
, *_args
, **_kwargs
):
266 val
= fontsc
.wxFontEnumerator__setCallbackInfo(self
, *_args
, **_kwargs
)
268 def EnumerateFacenames(self
, *_args
, **_kwargs
):
269 val
= fontsc
.wxFontEnumerator_EnumerateFacenames(self
, *_args
, **_kwargs
)
271 def EnumerateEncodings(self
, *_args
, **_kwargs
):
272 val
= fontsc
.wxFontEnumerator_EnumerateEncodings(self
, *_args
, **_kwargs
)
274 def GetEncodings(self
, *_args
, **_kwargs
):
275 val
= fontsc
.wxFontEnumerator_GetEncodings(self
, *_args
, **_kwargs
)
277 def GetFacenames(self
, *_args
, **_kwargs
):
278 val
= fontsc
.wxFontEnumerator_GetFacenames(self
, *_args
, **_kwargs
)
281 return "<%s.%s instance; proxy of C++ wxFontEnumerator instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
282 class wxFontEnumerator(wxFontEnumeratorPtr
):
283 def __init__(self
,*_args
,**_kwargs
):
284 self
.this
= fontsc
.new_wxFontEnumerator(*_args
,**_kwargs
)
286 self
._setCallbackInfo
(self
, wxFontEnumerator
, 0)
291 class wxLanguageInfoPtr
:
292 def __init__(self
,this
):
295 def __setattr__(self
,name
,value
):
296 if name
== "Language" :
297 fontsc
.wxLanguageInfo_Language_set(self
,value
)
299 if name
== "CanonicalName" :
300 fontsc
.wxLanguageInfo_CanonicalName_set(self
,value
)
302 if name
== "Description" :
303 fontsc
.wxLanguageInfo_Description_set(self
,value
)
305 self
.__dict
__[name
] = value
306 def __getattr__(self
,name
):
307 if name
== "Language" :
308 return fontsc
.wxLanguageInfo_Language_get(self
)
309 if name
== "CanonicalName" :
310 return fontsc
.wxLanguageInfo_CanonicalName_get(self
)
311 if name
== "Description" :
312 return fontsc
.wxLanguageInfo_Description_get(self
)
313 raise AttributeError,name
315 return "<%s.%s instance; proxy of C++ wxLanguageInfo instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
316 class wxLanguageInfo(wxLanguageInfoPtr
):
317 def __init__(self
,this
):
324 def __init__(self
,this
):
327 def __del__(self
, delfunc
=fontsc
.delete_wxLocale
):
328 if self
.thisown
== 1:
333 def Init1(self
, *_args
, **_kwargs
):
334 val
= fontsc
.wxLocale_Init1(self
, *_args
, **_kwargs
)
336 def Init2(self
, *_args
, **_kwargs
):
337 val
= fontsc
.wxLocale_Init2(self
, *_args
, **_kwargs
)
339 def IsOk(self
, *_args
, **_kwargs
):
340 val
= fontsc
.wxLocale_IsOk(self
, *_args
, **_kwargs
)
342 def GetLocale(self
, *_args
, **_kwargs
):
343 val
= fontsc
.wxLocale_GetLocale(self
, *_args
, **_kwargs
)
345 def GetLanguage(self
, *_args
, **_kwargs
):
346 val
= fontsc
.wxLocale_GetLanguage(self
, *_args
, **_kwargs
)
348 def GetSysName(self
, *_args
, **_kwargs
):
349 val
= fontsc
.wxLocale_GetSysName(self
, *_args
, **_kwargs
)
351 def GetCanonicalName(self
, *_args
, **_kwargs
):
352 val
= fontsc
.wxLocale_GetCanonicalName(self
, *_args
, **_kwargs
)
354 def AddCatalog(self
, *_args
, **_kwargs
):
355 val
= fontsc
.wxLocale_AddCatalog(self
, *_args
, **_kwargs
)
357 def IsLoaded(self
, *_args
, **_kwargs
):
358 val
= fontsc
.wxLocale_IsLoaded(self
, *_args
, **_kwargs
)
360 def GetString(self
, *_args
, **_kwargs
):
361 val
= fontsc
.wxLocale_GetString(self
, *_args
, **_kwargs
)
363 def GetName(self
, *_args
, **_kwargs
):
364 val
= fontsc
.wxLocale_GetName(self
, *_args
, **_kwargs
)
367 return "<%s.%s instance; proxy of C++ wxLocale instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
369 def Init(self
, *_args
, **_kwargs
):
370 if type(_args
[0]) in [type(''), type(u
'')]:
371 val
= self
.Init1(*_args
, **_kwargs
)
373 val
= self
.Init2(*_args
, **_kwargs
)
376 class wxLocale(wxLocalePtr
):
377 def __init__(self
,*_args
,**_kwargs
):
378 self
.this
= fontsc
.new_wxLocale(*_args
,**_kwargs
)
384 class wxEncodingConverterPtr(wxObjectPtr
):
385 def __init__(self
,this
):
388 def __del__(self
, delfunc
=fontsc
.delete_wxEncodingConverter
):
389 if self
.thisown
== 1:
394 def Init(self
, *_args
, **_kwargs
):
395 val
= fontsc
.wxEncodingConverter_Init(self
, *_args
, **_kwargs
)
397 def Convert(self
, *_args
, **_kwargs
):
398 val
= fontsc
.wxEncodingConverter_Convert(self
, *_args
, **_kwargs
)
401 return "<%s.%s instance; proxy of C++ wxEncodingConverter instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
402 def __nonzero__(self
): return self
.IsOk()
403 class wxEncodingConverter(wxEncodingConverterPtr
):
404 def __init__(self
,*_args
,**_kwargs
):
405 self
.this
= fontsc
.new_wxEncodingConverter(*_args
,**_kwargs
)
413 #-------------- FUNCTION WRAPPERS ------------------
415 def wxGetLocale(*_args
, **_kwargs
):
416 val
= fontsc
.wxGetLocale(*_args
,**_kwargs
)
417 if val
: val
= wxLocalePtr(val
)
420 wxGetTranslation
= fontsc
.wxGetTranslation
422 def wxFontMapper_Get(*_args
, **_kwargs
):
423 val
= fontsc
.wxFontMapper_Get(*_args
,**_kwargs
)
424 if val
: val
= wxFontMapperPtr(val
)
427 def wxFontMapper_Set(*_args
, **_kwargs
):
428 val
= fontsc
.wxFontMapper_Set(*_args
,**_kwargs
)
429 if val
: val
= wxFontMapperPtr(val
)
432 wxFontMapper_GetEncodingName
= fontsc
.wxFontMapper_GetEncodingName
434 wxFontMapper_GetEncodingDescription
= fontsc
.wxFontMapper_GetEncodingDescription
436 wxFontMapper_GetDefaultConfigPath
= fontsc
.wxFontMapper_GetDefaultConfigPath
438 wxFont_GetDefaultEncoding
= fontsc
.wxFont_GetDefaultEncoding
440 wxFont_SetDefaultEncoding
= fontsc
.wxFont_SetDefaultEncoding
442 wxLocale_GetSystemLanguage
= fontsc
.wxLocale_GetSystemLanguage
444 wxLocale_GetSystemEncoding
= fontsc
.wxLocale_GetSystemEncoding
446 wxLocale_GetSystemEncodingName
= fontsc
.wxLocale_GetSystemEncodingName
448 wxLocale_AddCatalogLookupPathPrefix
= fontsc
.wxLocale_AddCatalogLookupPathPrefix
450 def wxLocale_GetLanguageInfo(*_args
, **_kwargs
):
451 val
= fontsc
.wxLocale_GetLanguageInfo(*_args
,**_kwargs
)
452 if val
: val
= wxLanguageInfoPtr(val
)
455 def wxLocale_FindLanguageInfo(*_args
, **_kwargs
):
456 val
= fontsc
.wxLocale_FindLanguageInfo(*_args
,**_kwargs
)
457 if val
: val
= wxLanguageInfoPtr(val
)
460 wxLocale_AddLanguage
= fontsc
.wxLocale_AddLanguage
462 wxEncodingConverter_GetPlatformEquivalents
= fontsc
.wxEncodingConverter_GetPlatformEquivalents
464 wxEncodingConverter_GetAllEquivalents
= fontsc
.wxEncodingConverter_GetAllEquivalents
468 #-------------- VARIABLE WRAPPERS ------------------
470 wxFONTFAMILY_DEFAULT
= fontsc
.wxFONTFAMILY_DEFAULT
471 wxFONTFAMILY_DECORATIVE
= fontsc
.wxFONTFAMILY_DECORATIVE
472 wxFONTFAMILY_ROMAN
= fontsc
.wxFONTFAMILY_ROMAN
473 wxFONTFAMILY_SCRIPT
= fontsc
.wxFONTFAMILY_SCRIPT
474 wxFONTFAMILY_SWISS
= fontsc
.wxFONTFAMILY_SWISS
475 wxFONTFAMILY_MODERN
= fontsc
.wxFONTFAMILY_MODERN
476 wxFONTFAMILY_TELETYPE
= fontsc
.wxFONTFAMILY_TELETYPE
477 wxFONTFAMILY_MAX
= fontsc
.wxFONTFAMILY_MAX
478 wxFONTFAMILY_UNKNOWN
= fontsc
.wxFONTFAMILY_UNKNOWN
479 wxFONTSTYLE_NORMAL
= fontsc
.wxFONTSTYLE_NORMAL
480 wxFONTSTYLE_ITALIC
= fontsc
.wxFONTSTYLE_ITALIC
481 wxFONTSTYLE_SLANT
= fontsc
.wxFONTSTYLE_SLANT
482 wxFONTSTYLE_MAX
= fontsc
.wxFONTSTYLE_MAX
483 wxFONTWEIGHT_NORMAL
= fontsc
.wxFONTWEIGHT_NORMAL
484 wxFONTWEIGHT_LIGHT
= fontsc
.wxFONTWEIGHT_LIGHT
485 wxFONTWEIGHT_BOLD
= fontsc
.wxFONTWEIGHT_BOLD
486 wxFONTWEIGHT_MAX
= fontsc
.wxFONTWEIGHT_MAX
487 wxFONTENCODING_SYSTEM
= fontsc
.wxFONTENCODING_SYSTEM
488 wxFONTENCODING_DEFAULT
= fontsc
.wxFONTENCODING_DEFAULT
489 wxFONTENCODING_ISO8859_1
= fontsc
.wxFONTENCODING_ISO8859_1
490 wxFONTENCODING_ISO8859_2
= fontsc
.wxFONTENCODING_ISO8859_2
491 wxFONTENCODING_ISO8859_3
= fontsc
.wxFONTENCODING_ISO8859_3
492 wxFONTENCODING_ISO8859_4
= fontsc
.wxFONTENCODING_ISO8859_4
493 wxFONTENCODING_ISO8859_5
= fontsc
.wxFONTENCODING_ISO8859_5
494 wxFONTENCODING_ISO8859_6
= fontsc
.wxFONTENCODING_ISO8859_6
495 wxFONTENCODING_ISO8859_7
= fontsc
.wxFONTENCODING_ISO8859_7
496 wxFONTENCODING_ISO8859_8
= fontsc
.wxFONTENCODING_ISO8859_8
497 wxFONTENCODING_ISO8859_9
= fontsc
.wxFONTENCODING_ISO8859_9
498 wxFONTENCODING_ISO8859_10
= fontsc
.wxFONTENCODING_ISO8859_10
499 wxFONTENCODING_ISO8859_11
= fontsc
.wxFONTENCODING_ISO8859_11
500 wxFONTENCODING_ISO8859_12
= fontsc
.wxFONTENCODING_ISO8859_12
501 wxFONTENCODING_ISO8859_13
= fontsc
.wxFONTENCODING_ISO8859_13
502 wxFONTENCODING_ISO8859_14
= fontsc
.wxFONTENCODING_ISO8859_14
503 wxFONTENCODING_ISO8859_15
= fontsc
.wxFONTENCODING_ISO8859_15
504 wxFONTENCODING_ISO8859_MAX
= fontsc
.wxFONTENCODING_ISO8859_MAX
505 wxFONTENCODING_KOI8
= fontsc
.wxFONTENCODING_KOI8
506 wxFONTENCODING_ALTERNATIVE
= fontsc
.wxFONTENCODING_ALTERNATIVE
507 wxFONTENCODING_BULGARIAN
= fontsc
.wxFONTENCODING_BULGARIAN
508 wxFONTENCODING_CP437
= fontsc
.wxFONTENCODING_CP437
509 wxFONTENCODING_CP850
= fontsc
.wxFONTENCODING_CP850
510 wxFONTENCODING_CP852
= fontsc
.wxFONTENCODING_CP852
511 wxFONTENCODING_CP855
= fontsc
.wxFONTENCODING_CP855
512 wxFONTENCODING_CP866
= fontsc
.wxFONTENCODING_CP866
513 wxFONTENCODING_CP874
= fontsc
.wxFONTENCODING_CP874
514 wxFONTENCODING_CP932
= fontsc
.wxFONTENCODING_CP932
515 wxFONTENCODING_CP936
= fontsc
.wxFONTENCODING_CP936
516 wxFONTENCODING_CP949
= fontsc
.wxFONTENCODING_CP949
517 wxFONTENCODING_CP950
= fontsc
.wxFONTENCODING_CP950
518 wxFONTENCODING_CP1250
= fontsc
.wxFONTENCODING_CP1250
519 wxFONTENCODING_CP1251
= fontsc
.wxFONTENCODING_CP1251
520 wxFONTENCODING_CP1252
= fontsc
.wxFONTENCODING_CP1252
521 wxFONTENCODING_CP1253
= fontsc
.wxFONTENCODING_CP1253
522 wxFONTENCODING_CP1254
= fontsc
.wxFONTENCODING_CP1254
523 wxFONTENCODING_CP1255
= fontsc
.wxFONTENCODING_CP1255
524 wxFONTENCODING_CP1256
= fontsc
.wxFONTENCODING_CP1256
525 wxFONTENCODING_CP1257
= fontsc
.wxFONTENCODING_CP1257
526 wxFONTENCODING_CP12_MAX
= fontsc
.wxFONTENCODING_CP12_MAX
527 wxFONTENCODING_UTF7
= fontsc
.wxFONTENCODING_UTF7
528 wxFONTENCODING_UTF8
= fontsc
.wxFONTENCODING_UTF8
529 wxFONTENCODING_GB2312
= fontsc
.wxFONTENCODING_GB2312
530 wxFONTENCODING_BIG5
= fontsc
.wxFONTENCODING_BIG5
531 wxFONTENCODING_SHIFT_JIS
= fontsc
.wxFONTENCODING_SHIFT_JIS
532 wxFONTENCODING_EUC_JP
= fontsc
.wxFONTENCODING_EUC_JP
533 wxFONTENCODING_UNICODE
= fontsc
.wxFONTENCODING_UNICODE
534 wxFONTENCODING_MAX
= fontsc
.wxFONTENCODING_MAX
535 wxLANGUAGE_DEFAULT
= fontsc
.wxLANGUAGE_DEFAULT
536 wxLANGUAGE_UNKNOWN
= fontsc
.wxLANGUAGE_UNKNOWN
537 wxLANGUAGE_ABKHAZIAN
= fontsc
.wxLANGUAGE_ABKHAZIAN
538 wxLANGUAGE_AFAR
= fontsc
.wxLANGUAGE_AFAR
539 wxLANGUAGE_AFRIKAANS
= fontsc
.wxLANGUAGE_AFRIKAANS
540 wxLANGUAGE_ALBANIAN
= fontsc
.wxLANGUAGE_ALBANIAN
541 wxLANGUAGE_AMHARIC
= fontsc
.wxLANGUAGE_AMHARIC
542 wxLANGUAGE_ARABIC
= fontsc
.wxLANGUAGE_ARABIC
543 wxLANGUAGE_ARABIC_ALGERIA
= fontsc
.wxLANGUAGE_ARABIC_ALGERIA
544 wxLANGUAGE_ARABIC_BAHRAIN
= fontsc
.wxLANGUAGE_ARABIC_BAHRAIN
545 wxLANGUAGE_ARABIC_EGYPT
= fontsc
.wxLANGUAGE_ARABIC_EGYPT
546 wxLANGUAGE_ARABIC_IRAQ
= fontsc
.wxLANGUAGE_ARABIC_IRAQ
547 wxLANGUAGE_ARABIC_JORDAN
= fontsc
.wxLANGUAGE_ARABIC_JORDAN
548 wxLANGUAGE_ARABIC_KUWAIT
= fontsc
.wxLANGUAGE_ARABIC_KUWAIT
549 wxLANGUAGE_ARABIC_LEBANON
= fontsc
.wxLANGUAGE_ARABIC_LEBANON
550 wxLANGUAGE_ARABIC_LIBYA
= fontsc
.wxLANGUAGE_ARABIC_LIBYA
551 wxLANGUAGE_ARABIC_MOROCCO
= fontsc
.wxLANGUAGE_ARABIC_MOROCCO
552 wxLANGUAGE_ARABIC_OMAN
= fontsc
.wxLANGUAGE_ARABIC_OMAN
553 wxLANGUAGE_ARABIC_QATAR
= fontsc
.wxLANGUAGE_ARABIC_QATAR
554 wxLANGUAGE_ARABIC_SAUDI_ARABIA
= fontsc
.wxLANGUAGE_ARABIC_SAUDI_ARABIA
555 wxLANGUAGE_ARABIC_SUDAN
= fontsc
.wxLANGUAGE_ARABIC_SUDAN
556 wxLANGUAGE_ARABIC_SYRIA
= fontsc
.wxLANGUAGE_ARABIC_SYRIA
557 wxLANGUAGE_ARABIC_TUNISIA
= fontsc
.wxLANGUAGE_ARABIC_TUNISIA
558 wxLANGUAGE_ARABIC_UAE
= fontsc
.wxLANGUAGE_ARABIC_UAE
559 wxLANGUAGE_ARABIC_YEMEN
= fontsc
.wxLANGUAGE_ARABIC_YEMEN
560 wxLANGUAGE_ARMENIAN
= fontsc
.wxLANGUAGE_ARMENIAN
561 wxLANGUAGE_ASSAMESE
= fontsc
.wxLANGUAGE_ASSAMESE
562 wxLANGUAGE_AYMARA
= fontsc
.wxLANGUAGE_AYMARA
563 wxLANGUAGE_AZERI
= fontsc
.wxLANGUAGE_AZERI
564 wxLANGUAGE_AZERI_CYRILLIC
= fontsc
.wxLANGUAGE_AZERI_CYRILLIC
565 wxLANGUAGE_AZERI_LATIN
= fontsc
.wxLANGUAGE_AZERI_LATIN
566 wxLANGUAGE_BASHKIR
= fontsc
.wxLANGUAGE_BASHKIR
567 wxLANGUAGE_BASQUE
= fontsc
.wxLANGUAGE_BASQUE
568 wxLANGUAGE_BELARUSIAN
= fontsc
.wxLANGUAGE_BELARUSIAN
569 wxLANGUAGE_BENGALI
= fontsc
.wxLANGUAGE_BENGALI
570 wxLANGUAGE_BHUTANI
= fontsc
.wxLANGUAGE_BHUTANI
571 wxLANGUAGE_BIHARI
= fontsc
.wxLANGUAGE_BIHARI
572 wxLANGUAGE_BISLAMA
= fontsc
.wxLANGUAGE_BISLAMA
573 wxLANGUAGE_BRETON
= fontsc
.wxLANGUAGE_BRETON
574 wxLANGUAGE_BULGARIAN
= fontsc
.wxLANGUAGE_BULGARIAN
575 wxLANGUAGE_BURMESE
= fontsc
.wxLANGUAGE_BURMESE
576 wxLANGUAGE_CAMBODIAN
= fontsc
.wxLANGUAGE_CAMBODIAN
577 wxLANGUAGE_CATALAN
= fontsc
.wxLANGUAGE_CATALAN
578 wxLANGUAGE_CHINESE
= fontsc
.wxLANGUAGE_CHINESE
579 wxLANGUAGE_CHINESE_SIMPLIFIED
= fontsc
.wxLANGUAGE_CHINESE_SIMPLIFIED
580 wxLANGUAGE_CHINESE_TRADITIONAL
= fontsc
.wxLANGUAGE_CHINESE_TRADITIONAL
581 wxLANGUAGE_CHINESE_HONGKONG
= fontsc
.wxLANGUAGE_CHINESE_HONGKONG
582 wxLANGUAGE_CHINESE_MACAU
= fontsc
.wxLANGUAGE_CHINESE_MACAU
583 wxLANGUAGE_CHINESE_SINGAPORE
= fontsc
.wxLANGUAGE_CHINESE_SINGAPORE
584 wxLANGUAGE_CHINESE_TAIWAN
= fontsc
.wxLANGUAGE_CHINESE_TAIWAN
585 wxLANGUAGE_CORSICAN
= fontsc
.wxLANGUAGE_CORSICAN
586 wxLANGUAGE_CROATIAN
= fontsc
.wxLANGUAGE_CROATIAN
587 wxLANGUAGE_CZECH
= fontsc
.wxLANGUAGE_CZECH
588 wxLANGUAGE_DANISH
= fontsc
.wxLANGUAGE_DANISH
589 wxLANGUAGE_DUTCH
= fontsc
.wxLANGUAGE_DUTCH
590 wxLANGUAGE_DUTCH_BELGIAN
= fontsc
.wxLANGUAGE_DUTCH_BELGIAN
591 wxLANGUAGE_ENGLISH
= fontsc
.wxLANGUAGE_ENGLISH
592 wxLANGUAGE_ENGLISH_UK
= fontsc
.wxLANGUAGE_ENGLISH_UK
593 wxLANGUAGE_ENGLISH_US
= fontsc
.wxLANGUAGE_ENGLISH_US
594 wxLANGUAGE_ENGLISH_AUSTRALIA
= fontsc
.wxLANGUAGE_ENGLISH_AUSTRALIA
595 wxLANGUAGE_ENGLISH_BELIZE
= fontsc
.wxLANGUAGE_ENGLISH_BELIZE
596 wxLANGUAGE_ENGLISH_BOTSWANA
= fontsc
.wxLANGUAGE_ENGLISH_BOTSWANA
597 wxLANGUAGE_ENGLISH_CANADA
= fontsc
.wxLANGUAGE_ENGLISH_CANADA
598 wxLANGUAGE_ENGLISH_CARIBBEAN
= fontsc
.wxLANGUAGE_ENGLISH_CARIBBEAN
599 wxLANGUAGE_ENGLISH_DENMARK
= fontsc
.wxLANGUAGE_ENGLISH_DENMARK
600 wxLANGUAGE_ENGLISH_EIRE
= fontsc
.wxLANGUAGE_ENGLISH_EIRE
601 wxLANGUAGE_ENGLISH_JAMAICA
= fontsc
.wxLANGUAGE_ENGLISH_JAMAICA
602 wxLANGUAGE_ENGLISH_NEW_ZEALAND
= fontsc
.wxLANGUAGE_ENGLISH_NEW_ZEALAND
603 wxLANGUAGE_ENGLISH_PHILIPPINES
= fontsc
.wxLANGUAGE_ENGLISH_PHILIPPINES
604 wxLANGUAGE_ENGLISH_SOUTH_AFRICA
= fontsc
.wxLANGUAGE_ENGLISH_SOUTH_AFRICA
605 wxLANGUAGE_ENGLISH_TRINIDAD
= fontsc
.wxLANGUAGE_ENGLISH_TRINIDAD
606 wxLANGUAGE_ENGLISH_ZIMBABWE
= fontsc
.wxLANGUAGE_ENGLISH_ZIMBABWE
607 wxLANGUAGE_ESPERANTO
= fontsc
.wxLANGUAGE_ESPERANTO
608 wxLANGUAGE_ESTONIAN
= fontsc
.wxLANGUAGE_ESTONIAN
609 wxLANGUAGE_FAEROESE
= fontsc
.wxLANGUAGE_FAEROESE
610 wxLANGUAGE_FARSI
= fontsc
.wxLANGUAGE_FARSI
611 wxLANGUAGE_FIJI
= fontsc
.wxLANGUAGE_FIJI
612 wxLANGUAGE_FINNISH
= fontsc
.wxLANGUAGE_FINNISH
613 wxLANGUAGE_FRENCH
= fontsc
.wxLANGUAGE_FRENCH
614 wxLANGUAGE_FRENCH_BELGIAN
= fontsc
.wxLANGUAGE_FRENCH_BELGIAN
615 wxLANGUAGE_FRENCH_CANADIAN
= fontsc
.wxLANGUAGE_FRENCH_CANADIAN
616 wxLANGUAGE_FRENCH_LUXEMBOURG
= fontsc
.wxLANGUAGE_FRENCH_LUXEMBOURG
617 wxLANGUAGE_FRENCH_MONACO
= fontsc
.wxLANGUAGE_FRENCH_MONACO
618 wxLANGUAGE_FRENCH_SWISS
= fontsc
.wxLANGUAGE_FRENCH_SWISS
619 wxLANGUAGE_FRISIAN
= fontsc
.wxLANGUAGE_FRISIAN
620 wxLANGUAGE_GALICIAN
= fontsc
.wxLANGUAGE_GALICIAN
621 wxLANGUAGE_GEORGIAN
= fontsc
.wxLANGUAGE_GEORGIAN
622 wxLANGUAGE_GERMAN
= fontsc
.wxLANGUAGE_GERMAN
623 wxLANGUAGE_GERMAN_AUSTRIAN
= fontsc
.wxLANGUAGE_GERMAN_AUSTRIAN
624 wxLANGUAGE_GERMAN_BELGIUM
= fontsc
.wxLANGUAGE_GERMAN_BELGIUM
625 wxLANGUAGE_GERMAN_LIECHTENSTEIN
= fontsc
.wxLANGUAGE_GERMAN_LIECHTENSTEIN
626 wxLANGUAGE_GERMAN_LUXEMBOURG
= fontsc
.wxLANGUAGE_GERMAN_LUXEMBOURG
627 wxLANGUAGE_GERMAN_SWISS
= fontsc
.wxLANGUAGE_GERMAN_SWISS
628 wxLANGUAGE_GREEK
= fontsc
.wxLANGUAGE_GREEK
629 wxLANGUAGE_GREENLANDIC
= fontsc
.wxLANGUAGE_GREENLANDIC
630 wxLANGUAGE_GUARANI
= fontsc
.wxLANGUAGE_GUARANI
631 wxLANGUAGE_GUJARATI
= fontsc
.wxLANGUAGE_GUJARATI
632 wxLANGUAGE_HAUSA
= fontsc
.wxLANGUAGE_HAUSA
633 wxLANGUAGE_HEBREW
= fontsc
.wxLANGUAGE_HEBREW
634 wxLANGUAGE_HINDI
= fontsc
.wxLANGUAGE_HINDI
635 wxLANGUAGE_HUNGARIAN
= fontsc
.wxLANGUAGE_HUNGARIAN
636 wxLANGUAGE_ICELANDIC
= fontsc
.wxLANGUAGE_ICELANDIC
637 wxLANGUAGE_INDONESIAN
= fontsc
.wxLANGUAGE_INDONESIAN
638 wxLANGUAGE_INTERLINGUA
= fontsc
.wxLANGUAGE_INTERLINGUA
639 wxLANGUAGE_INTERLINGUE
= fontsc
.wxLANGUAGE_INTERLINGUE
640 wxLANGUAGE_INUKTITUT
= fontsc
.wxLANGUAGE_INUKTITUT
641 wxLANGUAGE_INUPIAK
= fontsc
.wxLANGUAGE_INUPIAK
642 wxLANGUAGE_IRISH
= fontsc
.wxLANGUAGE_IRISH
643 wxLANGUAGE_ITALIAN
= fontsc
.wxLANGUAGE_ITALIAN
644 wxLANGUAGE_ITALIAN_SWISS
= fontsc
.wxLANGUAGE_ITALIAN_SWISS
645 wxLANGUAGE_JAPANESE
= fontsc
.wxLANGUAGE_JAPANESE
646 wxLANGUAGE_JAVANESE
= fontsc
.wxLANGUAGE_JAVANESE
647 wxLANGUAGE_KANNADA
= fontsc
.wxLANGUAGE_KANNADA
648 wxLANGUAGE_KASHMIRI
= fontsc
.wxLANGUAGE_KASHMIRI
649 wxLANGUAGE_KASHMIRI_INDIA
= fontsc
.wxLANGUAGE_KASHMIRI_INDIA
650 wxLANGUAGE_KAZAKH
= fontsc
.wxLANGUAGE_KAZAKH
651 wxLANGUAGE_KERNEWEK
= fontsc
.wxLANGUAGE_KERNEWEK
652 wxLANGUAGE_KINYARWANDA
= fontsc
.wxLANGUAGE_KINYARWANDA
653 wxLANGUAGE_KIRGHIZ
= fontsc
.wxLANGUAGE_KIRGHIZ
654 wxLANGUAGE_KIRUNDI
= fontsc
.wxLANGUAGE_KIRUNDI
655 wxLANGUAGE_KONKANI
= fontsc
.wxLANGUAGE_KONKANI
656 wxLANGUAGE_KOREAN
= fontsc
.wxLANGUAGE_KOREAN
657 wxLANGUAGE_KURDISH
= fontsc
.wxLANGUAGE_KURDISH
658 wxLANGUAGE_LAOTHIAN
= fontsc
.wxLANGUAGE_LAOTHIAN
659 wxLANGUAGE_LATIN
= fontsc
.wxLANGUAGE_LATIN
660 wxLANGUAGE_LATVIAN
= fontsc
.wxLANGUAGE_LATVIAN
661 wxLANGUAGE_LINGALA
= fontsc
.wxLANGUAGE_LINGALA
662 wxLANGUAGE_LITHUANIAN
= fontsc
.wxLANGUAGE_LITHUANIAN
663 wxLANGUAGE_MACEDONIAN
= fontsc
.wxLANGUAGE_MACEDONIAN
664 wxLANGUAGE_MALAGASY
= fontsc
.wxLANGUAGE_MALAGASY
665 wxLANGUAGE_MALAY
= fontsc
.wxLANGUAGE_MALAY
666 wxLANGUAGE_MALAYALAM
= fontsc
.wxLANGUAGE_MALAYALAM
667 wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM
= fontsc
.wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM
668 wxLANGUAGE_MALAY_MALAYSIA
= fontsc
.wxLANGUAGE_MALAY_MALAYSIA
669 wxLANGUAGE_MALTESE
= fontsc
.wxLANGUAGE_MALTESE
670 wxLANGUAGE_MANIPURI
= fontsc
.wxLANGUAGE_MANIPURI
671 wxLANGUAGE_MAORI
= fontsc
.wxLANGUAGE_MAORI
672 wxLANGUAGE_MARATHI
= fontsc
.wxLANGUAGE_MARATHI
673 wxLANGUAGE_MOLDAVIAN
= fontsc
.wxLANGUAGE_MOLDAVIAN
674 wxLANGUAGE_MONGOLIAN
= fontsc
.wxLANGUAGE_MONGOLIAN
675 wxLANGUAGE_NAURU
= fontsc
.wxLANGUAGE_NAURU
676 wxLANGUAGE_NEPALI
= fontsc
.wxLANGUAGE_NEPALI
677 wxLANGUAGE_NEPALI_INDIA
= fontsc
.wxLANGUAGE_NEPALI_INDIA
678 wxLANGUAGE_NORWEGIAN_BOKMAL
= fontsc
.wxLANGUAGE_NORWEGIAN_BOKMAL
679 wxLANGUAGE_NORWEGIAN_NYNORSK
= fontsc
.wxLANGUAGE_NORWEGIAN_NYNORSK
680 wxLANGUAGE_OCCITAN
= fontsc
.wxLANGUAGE_OCCITAN
681 wxLANGUAGE_ORIYA
= fontsc
.wxLANGUAGE_ORIYA
682 wxLANGUAGE_OROMO
= fontsc
.wxLANGUAGE_OROMO
683 wxLANGUAGE_PASHTO
= fontsc
.wxLANGUAGE_PASHTO
684 wxLANGUAGE_POLISH
= fontsc
.wxLANGUAGE_POLISH
685 wxLANGUAGE_PORTUGUESE
= fontsc
.wxLANGUAGE_PORTUGUESE
686 wxLANGUAGE_PORTUGUESE_BRAZILIAN
= fontsc
.wxLANGUAGE_PORTUGUESE_BRAZILIAN
687 wxLANGUAGE_PUNJABI
= fontsc
.wxLANGUAGE_PUNJABI
688 wxLANGUAGE_QUECHUA
= fontsc
.wxLANGUAGE_QUECHUA
689 wxLANGUAGE_RHAETO_ROMANCE
= fontsc
.wxLANGUAGE_RHAETO_ROMANCE
690 wxLANGUAGE_ROMANIAN
= fontsc
.wxLANGUAGE_ROMANIAN
691 wxLANGUAGE_RUSSIAN
= fontsc
.wxLANGUAGE_RUSSIAN
692 wxLANGUAGE_RUSSIAN_UKRAINE
= fontsc
.wxLANGUAGE_RUSSIAN_UKRAINE
693 wxLANGUAGE_SAMOAN
= fontsc
.wxLANGUAGE_SAMOAN
694 wxLANGUAGE_SANGHO
= fontsc
.wxLANGUAGE_SANGHO
695 wxLANGUAGE_SANSKRIT
= fontsc
.wxLANGUAGE_SANSKRIT
696 wxLANGUAGE_SCOTS_GAELIC
= fontsc
.wxLANGUAGE_SCOTS_GAELIC
697 wxLANGUAGE_SERBIAN
= fontsc
.wxLANGUAGE_SERBIAN
698 wxLANGUAGE_SERBIAN_CYRILLIC
= fontsc
.wxLANGUAGE_SERBIAN_CYRILLIC
699 wxLANGUAGE_SERBIAN_LATIN
= fontsc
.wxLANGUAGE_SERBIAN_LATIN
700 wxLANGUAGE_SERBO_CROATIAN
= fontsc
.wxLANGUAGE_SERBO_CROATIAN
701 wxLANGUAGE_SESOTHO
= fontsc
.wxLANGUAGE_SESOTHO
702 wxLANGUAGE_SETSWANA
= fontsc
.wxLANGUAGE_SETSWANA
703 wxLANGUAGE_SHONA
= fontsc
.wxLANGUAGE_SHONA
704 wxLANGUAGE_SINDHI
= fontsc
.wxLANGUAGE_SINDHI
705 wxLANGUAGE_SINHALESE
= fontsc
.wxLANGUAGE_SINHALESE
706 wxLANGUAGE_SISWATI
= fontsc
.wxLANGUAGE_SISWATI
707 wxLANGUAGE_SLOVAK
= fontsc
.wxLANGUAGE_SLOVAK
708 wxLANGUAGE_SLOVENIAN
= fontsc
.wxLANGUAGE_SLOVENIAN
709 wxLANGUAGE_SOMALI
= fontsc
.wxLANGUAGE_SOMALI
710 wxLANGUAGE_SPANISH
= fontsc
.wxLANGUAGE_SPANISH
711 wxLANGUAGE_SPANISH_ARGENTINA
= fontsc
.wxLANGUAGE_SPANISH_ARGENTINA
712 wxLANGUAGE_SPANISH_BOLIVIA
= fontsc
.wxLANGUAGE_SPANISH_BOLIVIA
713 wxLANGUAGE_SPANISH_CHILE
= fontsc
.wxLANGUAGE_SPANISH_CHILE
714 wxLANGUAGE_SPANISH_COLOMBIA
= fontsc
.wxLANGUAGE_SPANISH_COLOMBIA
715 wxLANGUAGE_SPANISH_COSTA_RICA
= fontsc
.wxLANGUAGE_SPANISH_COSTA_RICA
716 wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC
= fontsc
.wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC
717 wxLANGUAGE_SPANISH_ECUADOR
= fontsc
.wxLANGUAGE_SPANISH_ECUADOR
718 wxLANGUAGE_SPANISH_EL_SALVADOR
= fontsc
.wxLANGUAGE_SPANISH_EL_SALVADOR
719 wxLANGUAGE_SPANISH_GUATEMALA
= fontsc
.wxLANGUAGE_SPANISH_GUATEMALA
720 wxLANGUAGE_SPANISH_HONDURAS
= fontsc
.wxLANGUAGE_SPANISH_HONDURAS
721 wxLANGUAGE_SPANISH_MEXICAN
= fontsc
.wxLANGUAGE_SPANISH_MEXICAN
722 wxLANGUAGE_SPANISH_MODERN
= fontsc
.wxLANGUAGE_SPANISH_MODERN
723 wxLANGUAGE_SPANISH_NICARAGUA
= fontsc
.wxLANGUAGE_SPANISH_NICARAGUA
724 wxLANGUAGE_SPANISH_PANAMA
= fontsc
.wxLANGUAGE_SPANISH_PANAMA
725 wxLANGUAGE_SPANISH_PARAGUAY
= fontsc
.wxLANGUAGE_SPANISH_PARAGUAY
726 wxLANGUAGE_SPANISH_PERU
= fontsc
.wxLANGUAGE_SPANISH_PERU
727 wxLANGUAGE_SPANISH_PUERTO_RICO
= fontsc
.wxLANGUAGE_SPANISH_PUERTO_RICO
728 wxLANGUAGE_SPANISH_URUGUAY
= fontsc
.wxLANGUAGE_SPANISH_URUGUAY
729 wxLANGUAGE_SPANISH_US
= fontsc
.wxLANGUAGE_SPANISH_US
730 wxLANGUAGE_SPANISH_VENEZUELA
= fontsc
.wxLANGUAGE_SPANISH_VENEZUELA
731 wxLANGUAGE_SUNDANESE
= fontsc
.wxLANGUAGE_SUNDANESE
732 wxLANGUAGE_SWAHILI
= fontsc
.wxLANGUAGE_SWAHILI
733 wxLANGUAGE_SWEDISH
= fontsc
.wxLANGUAGE_SWEDISH
734 wxLANGUAGE_SWEDISH_FINLAND
= fontsc
.wxLANGUAGE_SWEDISH_FINLAND
735 wxLANGUAGE_TAGALOG
= fontsc
.wxLANGUAGE_TAGALOG
736 wxLANGUAGE_TAJIK
= fontsc
.wxLANGUAGE_TAJIK
737 wxLANGUAGE_TAMIL
= fontsc
.wxLANGUAGE_TAMIL
738 wxLANGUAGE_TATAR
= fontsc
.wxLANGUAGE_TATAR
739 wxLANGUAGE_TELUGU
= fontsc
.wxLANGUAGE_TELUGU
740 wxLANGUAGE_THAI
= fontsc
.wxLANGUAGE_THAI
741 wxLANGUAGE_TIBETAN
= fontsc
.wxLANGUAGE_TIBETAN
742 wxLANGUAGE_TIGRINYA
= fontsc
.wxLANGUAGE_TIGRINYA
743 wxLANGUAGE_TONGA
= fontsc
.wxLANGUAGE_TONGA
744 wxLANGUAGE_TSONGA
= fontsc
.wxLANGUAGE_TSONGA
745 wxLANGUAGE_TURKISH
= fontsc
.wxLANGUAGE_TURKISH
746 wxLANGUAGE_TURKMEN
= fontsc
.wxLANGUAGE_TURKMEN
747 wxLANGUAGE_TWI
= fontsc
.wxLANGUAGE_TWI
748 wxLANGUAGE_UIGHUR
= fontsc
.wxLANGUAGE_UIGHUR
749 wxLANGUAGE_UKRAINIAN
= fontsc
.wxLANGUAGE_UKRAINIAN
750 wxLANGUAGE_URDU
= fontsc
.wxLANGUAGE_URDU
751 wxLANGUAGE_URDU_INDIA
= fontsc
.wxLANGUAGE_URDU_INDIA
752 wxLANGUAGE_URDU_PAKISTAN
= fontsc
.wxLANGUAGE_URDU_PAKISTAN
753 wxLANGUAGE_UZBEK
= fontsc
.wxLANGUAGE_UZBEK
754 wxLANGUAGE_UZBEK_CYRILLIC
= fontsc
.wxLANGUAGE_UZBEK_CYRILLIC
755 wxLANGUAGE_UZBEK_LATIN
= fontsc
.wxLANGUAGE_UZBEK_LATIN
756 wxLANGUAGE_VIETNAMESE
= fontsc
.wxLANGUAGE_VIETNAMESE
757 wxLANGUAGE_VOLAPUK
= fontsc
.wxLANGUAGE_VOLAPUK
758 wxLANGUAGE_WELSH
= fontsc
.wxLANGUAGE_WELSH
759 wxLANGUAGE_WOLOF
= fontsc
.wxLANGUAGE_WOLOF
760 wxLANGUAGE_XHOSA
= fontsc
.wxLANGUAGE_XHOSA
761 wxLANGUAGE_YIDDISH
= fontsc
.wxLANGUAGE_YIDDISH
762 wxLANGUAGE_YORUBA
= fontsc
.wxLANGUAGE_YORUBA
763 wxLANGUAGE_ZHUANG
= fontsc
.wxLANGUAGE_ZHUANG
764 wxLANGUAGE_ZULU
= fontsc
.wxLANGUAGE_ZULU
765 wxLANGUAGE_USER_DEFINED
= fontsc
.wxLANGUAGE_USER_DEFINED
766 wxLOCALE_CAT_NUMBER
= fontsc
.wxLOCALE_CAT_NUMBER
767 wxLOCALE_CAT_DATE
= fontsc
.wxLOCALE_CAT_DATE
768 wxLOCALE_CAT_MONEY
= fontsc
.wxLOCALE_CAT_MONEY
769 wxLOCALE_CAT_MAX
= fontsc
.wxLOCALE_CAT_MAX
770 wxLOCALE_THOUSANDS_SEP
= fontsc
.wxLOCALE_THOUSANDS_SEP
771 wxLOCALE_DECIMAL_POINT
= fontsc
.wxLOCALE_DECIMAL_POINT
772 wxLOCALE_LOAD_DEFAULT
= fontsc
.wxLOCALE_LOAD_DEFAULT
773 wxLOCALE_CONV_ENCODING
= fontsc
.wxLOCALE_CONV_ENCODING
774 wxCONVERT_STRICT
= fontsc
.wxCONVERT_STRICT
775 wxCONVERT_SUBSTITUTE
= fontsc
.wxCONVERT_SUBSTITUTE
776 wxPLATFORM_CURRENT
= fontsc
.wxPLATFORM_CURRENT
777 wxPLATFORM_UNIX
= fontsc
.wxPLATFORM_UNIX
778 wxPLATFORM_WINDOWS
= fontsc
.wxPLATFORM_WINDOWS
779 wxPLATFORM_OS2
= fontsc
.wxPLATFORM_OS2
780 wxPLATFORM_MAC
= fontsc
.wxPLATFORM_MAC