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