Lines Matching refs:weight
887 if( aInfo.weight ) in identifyTrueTypeFont()
889 if( aInfo.weight < FW_EXTRALIGHT ) in identifyTrueTypeFont()
891 else if( aInfo.weight < FW_LIGHT ) in identifyTrueTypeFont()
893 else if( aInfo.weight < FW_NORMAL ) in identifyTrueTypeFont()
895 else if( aInfo.weight < FW_MEDIUM ) in identifyTrueTypeFont()
897 else if( aInfo.weight < FW_SEMIBOLD ) in identifyTrueTypeFont()
899 else if( aInfo.weight < FW_BOLD ) in identifyTrueTypeFont()
901 else if( aInfo.weight < FW_EXTRABOLD ) in identifyTrueTypeFont()
903 else if( aInfo.weight < FW_BLACK ) in identifyTrueTypeFont()
956 FontWeight weight; member
1030 aEnt.weight = WEIGHT_NORMAL; in identifyType1Font()
1034 o_rResult.SetWeight( pFound->weight ); in identifyType1Font()