From 81ed3c21ad7624a383a721c9509f671bd6f5ac23 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 16 May 2005 00:31:10 +0000 Subject: Added adjustements and drop shadow --- GfxEditor.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'GfxEditor.cs') diff --git a/GfxEditor.cs b/GfxEditor.cs index d1249e6..0b09ce3 100644 --- a/GfxEditor.cs +++ b/GfxEditor.cs @@ -580,6 +580,16 @@ namespace BitmapFontEd } } + public Color SelectedForeground + { + get {return m_fgPreview.BackColor;} + } + + public Color SelectedBackground + { + get {return m_bgPreview.BackColor;} + } + #endregion // ------------------------------------------------------- @@ -1025,6 +1035,7 @@ namespace BitmapFontEd m_grid=Math.Min(SIZE/m_width,SIZE/m_height); m_mx=m_width*m_grid; + m_my=m_height*m_grid; DrawGrid(); DrawChar(); @@ -1043,6 +1054,7 @@ namespace BitmapFontEd m_grid=Math.Min(SIZE/m_width,SIZE/m_height); + m_mx=m_width*m_grid; m_my=m_height*m_grid; DrawGrid(); -- cgit v1.2.3