From cac0e5a6f3baeaa2e891677c79bba00ff3c44e1a Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 18 May 2005 01:34:00 +0000 Subject: Development changes --- BitmapChar.cs | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'BitmapChar.cs') diff --git a/BitmapChar.cs b/BitmapChar.cs index 432dce8..12d3aae 100644 --- a/BitmapChar.cs +++ b/BitmapChar.cs @@ -227,6 +227,44 @@ namespace BitmapFontEd m_changed=true; } + public void Glow(Color col) + { + Color[,] d=new Color[m_width,m_height]; + + // I'm sure this is too convoluted... + // + for(int y=0;y=0 && nx=0 && ny