5 references to GetGlyphOffset
PresentationCore (5)
System\Windows\Media\GlyphRun.cs (5)
1313
Point glyphOffset =
GetGlyphOffset
(i);
1485
Point glyphOffset =
GetGlyphOffset
(i);
1576
originX +=
GetGlyphOffset
(i).X;
1587
originX -= (nominalAdvance +
GetGlyphOffset
(i).X);
1591
double originY = -
GetGlyphOffset
(i).Y;