1 write to Weight
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
668
face.
Weight
= fontWeight;
6 references to Weight
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (1)
192
return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.
Weight
, familyTypeface.Stretch);
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (3)
426
MatchingStyle bestMatch = new MatchingStyle(bestFace.Style, bestFace.
Weight
, bestFace.Stretch);
432
MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.
Weight
, currentFace.Stretch);
463
MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.
Weight
, currentFace.Stretch);
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (2)
232
&&
Weight
== typeface.
Weight