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