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