4 references to UnderlinePosition
PresentationCore (4)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
710
underlinePositionInEm = lsrun.RunProp.Typeface.
UnderlinePosition
;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1852
double offset = -Typeface.
UnderlinePosition
* EmSize;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
514
return _properties.Typeface.
UnderlinePosition
;
System\Windows\Media\FamilyTypeface.cs (1)
48
_underlinePosition = face.
UnderlinePosition
;