Lines Matching refs:fonts

448 		FcPattern* pOrigPattern = pOrig->fonts[i];  in addFontSet()
727 … FcResult eFileRes = rWrapper.FcPatternGetString( pFSet->fonts[i], FC_FILE, 0, &file ); in countFontconfigFonts()
728 FcResult eFamilyRes = rWrapper.FamilyFromPattern( pFSet->fonts[i], &family ); in countFontconfigFonts()
729 … FcResult eStyleRes = rWrapper.FcPatternGetString( pFSet->fonts[i], FC_STYLE, 0, &style ); in countFontconfigFonts()
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()
733 … FcResult eOutRes = rWrapper.FcPatternGetBool( pFSet->fonts[i], FC_OUTLINE, 0, &outline ); in countFontconfigFonts()
734 …FcResult eIndexRes = rWrapper.FcPatternGetInteger( pFSet->fonts[i], FC_INDEX, 0, &nCollecti… in countFontconfigFonts()
1061 … FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FAMILY, 0, &family ); in Substitute()
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()
1090 if( !rWrapper.FcPatternGetCharSet( pSet->fonts[0], FC_CHARSET, 0, &unicodes ) ) in Substitute()
1152 FcResult eEmbeddedBitmap = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1154 FcResult eAntialias = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1156 FcResult eAutoHint = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1158 FcResult eHinting = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1160 /*FcResult eHintStyle =*/ rWrapper.FcPatternGetInteger( pSet->fonts[0], in getFontOptions()
1239 FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FILE, 0, &file ); in matchFont()