5 references to SystemCompositeFonts
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (5)
341
CompositeFontFamily compositeFamily =
SystemCompositeFonts
.FindFamily(familyName);
421
return
SystemCompositeFonts
.GetFallbackFontForArabicLegacyFonts();
626
for (int j = 0; j <
SystemCompositeFonts
.NumOfSystemCompositeFonts; ++j)
628
fontFamily = CreateFontFamily(
SystemCompositeFonts
.GetCompositeFontFamilyAtIndex(j), fontFamilyBaseUri, fontFamilyLocationReference);
675
return _fontCollection.FamilyCount + (UseSystemFonts ?
SystemCompositeFonts
.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));