6 references to DeviceFont
PresentationCore (6)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (6)
132
Invariant.Assert(_shapeTypeface.
DeviceFont
== null || _textItem.DigitCulture != null);
236
(_shapeTypeface == null || _shapeTypeface.
DeviceFont
== null) ? null : _shapeTypeface.
DeviceFont
.Name,
290
&& (_shapeTypeface.
DeviceFont
!= null))
293
_shapeTypeface.
DeviceFont
.GetAdvanceWidths(
443
&& ( (_shapeTypeface.
DeviceFont
== null) // Can't use shaping when rendering with a device font