2 implementations of GetTypefaceMetrics
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
81ITypefaceMetrics IFontFamily.GetTypefaceMetrics(
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
210ITypefaceMetrics IFontFamily.GetTypefaceMetrics(
2 references to GetTypefaceMetrics
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
221return GetFirstFontFamily().GetTypefaceMetrics(style, weight, stretch);
Core\CSharp\System\Windows\Media\Typeface.cs (1)
802ITypefaceMetrics typefaceMetrics = firstFontFamily.GetTypefaceMetrics(canonicalStyle, canonicalWeight, canonicalStretch);