Home
last modified time | relevance | path

Searched refs:FcConfig (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx55 typedef void FcConfig; typedef
98 FcConfig* (*m_pFcConfigGetCurrent)();
103 FcFontSet* (*m_pFcFontList)(FcConfig*,FcPattern*,FcObjectSet*);
104 FcFontSet* (*m_pFcConfigGetFonts)(FcConfig*,FcSetName);
122 FcBool (*m_pFcConfigAppFontAddDir)(FcConfig*, const FcChar8*);
157 FcConfig* FcConfigGetCurrent() in FcConfigGetCurrent()
181 FcFontSet* FcConfigGetFonts( FcConfig* pConfig, FcSetName eSet) in FcConfigGetFonts()
293 m_pFcConfigGetCurrent = (FcConfig *(*)()) in FontCfgWrapper()
305 m_pFcConfigGetFonts = (FcFontSet*(*)(FcConfig*,FcSetName)) in FontCfgWrapper()
1122 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in getFontOptions()
[all …]

Completed in 25 milliseconds