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