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