Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx214 FcResult FcPatternGetInteger( const FcPattern* pPattern, const char* object, int n, int* s ) in FcPatternGetInteger() function in FontCfgWrapper
730 … FcResult eSlantRes = rWrapper.FcPatternGetInteger( pFSet->fonts[i], FC_SLANT, 0, &slant ); in countFontconfigFonts()
731 …FcResult eWeightRes = rWrapper.FcPatternGetInteger( pFSet->fonts[i], FC_WEIGHT, 0, &weight ); in countFontconfigFonts()
732 …FcResult eSpacRes = rWrapper.FcPatternGetInteger( pFSet->fonts[i], FC_SPACING, 0, &spacing ); in countFontconfigFonts()
734 …FcResult eIndexRes = rWrapper.FcPatternGetInteger( pFSet->fonts[i], FC_INDEX, 0, &nCollecti… in countFontconfigFonts()
1074 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WEIGHT, 0, &val)) in Substitute()
1076 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SLANT, 0, &val)) in Substitute()
1078 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SPACING, 0, &val)) in Substitute()
1080 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WIDTH, 0, &val)) in Substitute()
1160 /*FcResult eHintStyle =*/ rWrapper.FcPatternGetInteger( pSet->fonts[0], in getFontOptions()

Completed in 14 milliseconds