5 references to GetGlyphOffset
PresentationCore (5)
Core\CSharp\System\Windows\Media\GlyphRun.cs (5)
1340Point glyphOffset = GetGlyphOffset(i); 1511Point glyphOffset = GetGlyphOffset(i); 1602originX += GetGlyphOffset(i).X; 1613originX -= (nominalAdvance + GetGlyphOffset(i).X); 1617double originY = -GetGlyphOffset(i).Y;