2 implementations of DrawGlyphs
ReachFramework (2)
AlphaFlattener\DrawingContext.cs (2)
167bool IProxyDrawingContext.DrawGlyphs(GlyphRun glyphrun, Geometry clip, Matrix trans, BrushProxy foreground) 928bool IProxyDrawingContext.DrawGlyphs(GlyphRun glyphrun, Geometry clip, Matrix trans, BrushProxy foreground)
1 reference to DrawGlyphs
ReachFramework (1)
AlphaFlattener\PrimitiveRenderer.cs (1)
139return _dc.DrawGlyphs(glyphrun, _clip, trans, _brush);