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