- // unspported encoding - replace it with the default
- //
- // NB: we can't just return 0 from here because wxGTK code doesn't
- // check for it (i.e. it supposes that we'll always succeed),
- // so it would provoke a crash
- wxGetNativeFontEncoding(wxFONTENCODING_SYSTEM, &info);
- }
+ if ( !wxTheFontMapper->GetAltForEncoding(encoding, &info) )
+ {
+ // unspported encoding - replace it with the default
+ //
+ // NB: we can't just return 0 from here because wxGTK code doesn't
+ // check for it (i.e. it supposes that we'll always succeed),
+ // so it would provoke a crash
+ wxGetNativeFontEncoding(wxFONTENCODING_SYSTEM, &info);
+ }
+ }