9 references to FamilyTypefaces
PresentationCore (9)
MS\Internal\Shaping\CompositeFontFamily.cs (9)
198
if (_fontInfo.
FamilyTypefaces
== null &&
402
if (_fontInfo.
FamilyTypefaces
== null || _fontInfo.
FamilyTypefaces
.Count == 0)
407
FamilyTypeface bestFace = (FamilyTypeface)_fontInfo.
FamilyTypefaces
[0];
411
for (int i = 1; i < _fontInfo.
FamilyTypefaces
.Count; i++)
413
FamilyTypeface currentFace = (FamilyTypeface)_fontInfo.
FamilyTypefaces
[i];
436
if (_fontInfo.
FamilyTypefaces
== null || _fontInfo.
FamilyTypefaces
.Count == 0)
443
foreach (FamilyTypeface currentFace in _fontInfo.
FamilyTypefaces
)