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