2 implementations of GetTypefaces
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
445ICollection<Typeface> IFontFamily.GetTypefaces(FontFamilyIdentifier familyIdentifier)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
266ICollection<Typeface> IFontFamily.GetTypefaces(FontFamilyIdentifier familyIdentifier)
2 references to GetTypefaces
PresentationCore (2)
System\Windows\Media\FontFamily.cs (2)
153return new FamilyTypefaceCollection(FirstFontFamily.GetTypefaces(_familyIdentifier)); 268return FirstFontFamily.GetTypefaces(_familyIdentifier);