Home
last modified time | relevance | path

Searched refs:m_nFcVersion (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx95 int m_nFcVersion; member in FontCfgWrapper
275 m_nFcVersion( 0 ) in FontCfgWrapper()
366 m_nFcVersion = FcGetVersion(); in FontCfgWrapper()
368 fprintf( stderr,"FC_VERSION = %05d\n", m_nFcVersion ); in FontCfgWrapper()
375 if( m_nFcVersion < nMinFcVersion ) in FontCfgWrapper()
456 if( m_nFcVersion > 20400 ) // #i115204# avoid trouble with old FC versions in addFontSet()
496 if( m_nFcVersion > 20400 ) // #i85462# prevent crashes in getFontSet()

Completed in 26 milliseconds