2 implementations of GetDeviceFont
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
81IDeviceFont IFontFamily.GetDeviceFont(FontStyle style, FontWeight weight, FontStretch stretch)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
214IDeviceFont IFontFamily.GetDeviceFont(FontStyle style, FontWeight weight, FontStretch stretch)
1 reference to GetDeviceFont
PresentationCore (1)
MS\Internal\Shaping\TypefaceMap.cs (1)
515deviceFont = fontFamily.GetDeviceFont(_canonicalStyle, _canonicalWeight, _canonicalStretch);