1 write to Stretch
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
676
face.
Stretch
= fontStretch;
6 references to Stretch
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)
233
&&
Stretch
== typeface.
Stretch