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