5 references to GetGlyphOffset
PresentationCore (5)
Core\CSharp\System\Windows\Media\GlyphRun.cs (5)
1340
Point glyphOffset =
GetGlyphOffset
(i);
1511
Point glyphOffset =
GetGlyphOffset
(i);
1602
originX +=
GetGlyphOffset
(i).X;
1613
originX -= (nominalAdvance +
GetGlyphOffset
(i).X);
1617
double originY = -
GetGlyphOffset
(i).Y;