6 references to ThousandthOfEmRealDoubles
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3066
glyphAdvances = new
ThousandthOfEmRealDoubles
(textFormatterImp.IdealToReal(lsrun.EmSize, currentLine.PixelsPerDip), glyphCount);
3209
charWidths = new
ThousandthOfEmRealDoubles
(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.CurrentLine.PixelsPerDip), cchText);
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
912
displayGlyphAdvances = new
ThousandthOfEmRealDoubles
(run.EmSize, run.NominalAdvances.Length);
1758
displayGlyphAdvances = new
ThousandthOfEmRealDoubles
(EmSize, NominalAdvances.Length);
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (2)
190
_xArray = new
ThousandthOfEmRealDoubles
(emSize, capacity);
191
_yArray = new
ThousandthOfEmRealDoubles
(emSize, capacity);