2 references to IsBetterMatch
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (1)
92
return matching.
IsBetterMatch
(target, best);
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
245
return a.MatchingStyle.
IsBetterMatch
(_targetStyle, b.MatchingStyle) ? -1 : 1;