5 references to GetGlyphOffset
PresentationCore (5)
System\Windows\Media\GlyphRun.cs (5)
1297
Point glyphOffset =
GetGlyphOffset
(i);
1469
Point glyphOffset =
GetGlyphOffset
(i);
1560
originX +=
GetGlyphOffset
(i).X;
1571
originX -= (nominalAdvance +
GetGlyphOffset
(i).X);
1575
double originY = -
GetGlyphOffset
(i).Y;