9 references to FamilyTypefaces
PresentationCore (9)
MS\Internal\Shaping\CompositeFontFamily.cs (9)
199
if (_fontInfo.
FamilyTypefaces
== null &&
403
if (_fontInfo.
FamilyTypefaces
== null || _fontInfo.
FamilyTypefaces
.Count == 0)
408
FamilyTypeface bestFace = (FamilyTypeface)_fontInfo.
FamilyTypefaces
[0];
412
for (int i = 1; i < _fontInfo.
FamilyTypefaces
.Count; i++)
414
FamilyTypeface currentFace = (FamilyTypeface)_fontInfo.
FamilyTypefaces
[i];
437
if (_fontInfo.
FamilyTypefaces
== null || _fontInfo.
FamilyTypefaces
.Count == 0)
444
foreach (FamilyTypeface currentFace in _fontInfo.
FamilyTypefaces
)