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