5 references to SystemCompositeFonts
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (5)
506
CompositeFontFamily compositeFamily =
SystemCompositeFonts
.FindFamily(familyName);
586
return
SystemCompositeFonts
.GetFallbackFontForArabicLegacyFonts();
809
for (int j = 0; j <
SystemCompositeFonts
.NumOfSystemCompositeFonts; ++j)
811
fontFamily = CreateFontFamily(
SystemCompositeFonts
.GetCompositeFontFamilyAtIndex(j), fontFamilyBaseUri, fontFamilyLocationReference);
863
return _fontCollection.FamilyCount + (UseSystemFonts ?
SystemCompositeFonts
.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));