4 writes to AdvanceHeight
PresentationCore (4)
Core\CSharp\System\Windows\Media\GlyphRun.cs (4)
1330
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1499
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1734
this.
AdvanceHeight
= TextFormatterImp.RoundDipForDisplayMode(designToEm * glyphMetrics.AdvanceHeight, pixelsPerDip);
1744
this.
AdvanceHeight
= designToEm * glyphMetrics.AdvanceHeight;
6 references to AdvanceHeight
PresentationCore (6)
Core\CSharp\System\Windows\Media\GlyphRun.cs (6)
1331
emGlyphMetrics.
AdvanceHeight
,
1367
right = left + emGlyphMetrics.
AdvanceHeight
- emGlyphMetrics.TopSideBearing - emGlyphMetrics.BottomSideBearing;
1374
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1500
emGlyphMetrics.
AdvanceHeight
,
1524
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1549
top = emGlyphMetrics.Baseline - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;