Searched refs:nativeEnc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp719 wxNativeEncodingInfo nativeEnc; local
721 if ( !wxGetNativeFontEncoding(encoding, &nativeEnc) ||
722 !wxTestFontEncoding(nativeEnc) )
725 if ( !wxFontMapper::Get()->GetAltForEncoding(encoding, &nativeEnc) )
728 nativeEnc.mglEncoding = MGL_ENCODING_ASCII;
731 m_MGLDC->setTextEncoding(nativeEnc.mglEncoding);

Completed in 42 milliseconds