3 references to CreateGlyphRun
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
180
_measurementGlyphRun = _glyphRunProperties.
CreateGlyphRun
(new Point(OriginX,OriginY), Language);
185
_measurementGlyphRun = _glyphRunProperties.
CreateGlyphRun
(new Point(), Language);
202
_measurementGlyphRun = _glyphRunProperties.
CreateGlyphRun
(_glyphRunOrigin, Language);