Lines Matching refs:nWeight
942 int nWeight = FC_WEIGHT_NORMAL; in addtopattern() local
945 case weight::Thin: nWeight = FC_WEIGHT_THIN;break; in addtopattern()
946 case weight::UltraLight: nWeight = FC_WEIGHT_ULTRALIGHT;break; in addtopattern()
947 case weight::Light: nWeight = FC_WEIGHT_LIGHT;break; in addtopattern()
948 case weight::SemiLight: nWeight = FC_WEIGHT_BOOK;break; in addtopattern()
949 case weight::Normal: nWeight = FC_WEIGHT_NORMAL;break; in addtopattern()
950 case weight::Medium: nWeight = FC_WEIGHT_MEDIUM;break; in addtopattern()
951 case weight::SemiBold: nWeight = FC_WEIGHT_SEMIBOLD;break; in addtopattern()
952 case weight::Bold: nWeight = FC_WEIGHT_BOLD;break; in addtopattern()
953 case weight::UltraBold: nWeight = FC_WEIGHT_ULTRABOLD;break; in addtopattern()
954 case weight::Black: nWeight = FC_WEIGHT_BLACK;break; in addtopattern()
958 rWrapper.FcPatternAddInteger( pPattern, FC_WEIGHT, nWeight ); in addtopattern()