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