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