5 references to GetGlyphOffset
PresentationCore (5)
System\Windows\Media\GlyphRun.cs (5)
1298
Point glyphOffset =
GetGlyphOffset
(i);
1470
Point glyphOffset =
GetGlyphOffset
(i);
1561
originX +=
GetGlyphOffset
(i).X;
1572
originX -= (nominalAdvance +
GetGlyphOffset
(i).X);
1576
double originY = -
GetGlyphOffset
(i).Y;