2 implementations of GetTypefaces
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
480
ICollection<Typeface> IFontFamily.
GetTypefaces
(FontFamilyIdentifier familyIdentifier)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
275
ICollection<Typeface> IFontFamily.
GetTypefaces
(FontFamilyIdentifier familyIdentifier)
2 references to GetTypefaces
PresentationCore (2)
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
159
return new FamilyTypefaceCollection(FirstFontFamily.
GetTypefaces
(_familyIdentifier));
274
return FirstFontFamily.
GetTypefaces
(_familyIdentifier);