2 references to ComputeGlyphOutline
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1619Geometry glyphGeometry = _glyphTypeface.ComputeGlyphOutline(glyphIndex, IsSideways, _renderingEmSize);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
265return ComputeGlyphOutline(glyphIndex, false, renderingEmSize);