コード例 #1
0
ファイル: CanvasGL2d.cs プロジェクト: lingliy/HtmlRenderer
 public void DrawImageWithMsdf(GLBitmap bmp, float x, float y)
 {
     msdfShader.ForegroundColor = PixelFarm.Drawing.Color.Black;
     msdfShader.Render(bmp, x, y, bmp.Width, bmp.Height);
 }