Home
last modified time | relevance | path

Searched refs:WeightDiff2 (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c217 ULONG WeightDiff1, WeightDiff2; in IntFontFamilyCompareEx() local
231 WeightDiff2 = labs(plf2->lfWeight - FW_NORMAL); in IntFontFamilyCompareEx()
232 if (WeightDiff1 < WeightDiff2) in IntFontFamilyCompareEx()
234 if (WeightDiff1 > WeightDiff2) in IntFontFamilyCompareEx()