Searched refs:font_weight (Results 1 – 2 of 2) sorted by relevance
372 font_weight, in GetTypeInfoByFamily() local382 font_weight=weight == 0 ? 400 : weight; in GetTypeInfoByFamily()420 if (p->weight != font_weight) in GetTypeInfoByFamily()467 score+=(16*(800-((ssize_t) MagickMax(MagickMin(font_weight,900),p->weight)- in GetTypeInfoByFamily()468 (ssize_t) MagickMin(MagickMin(font_weight,900),p->weight))))/800; in GetTypeInfoByFamily()
5204 const size_t font_weight) in DrawSetFontWeight() argument5211 (CurrentContext->weight != font_weight)) in DrawSetFontWeight()5213 CurrentContext->weight=font_weight; in DrawSetFontWeight()5214 (void) MVGPrintf(wand,"font-weight %.20g\n",(double) font_weight); in DrawSetFontWeight()