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 +++++++ BitmapFontEd.MainForm.resources | Bin 17457 -> 18455 bytes GfxEditor.cs | 2 + MainForm.cs | 240 +++++++++++++++++++++++++++++++--------- Util.cs | 5 + 5 files changed, 234 insertions(+), 51 deletions(-) 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=0 && !found;my--) + for(x=0;x=0 && !found;mx--) + for(y=0;y