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