mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
implemented resampled text ("high quality")
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@87 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+4
-1
@@ -26,7 +26,10 @@ int focused_control(const Window* window);
|
||||
// ----------------------------------------------------------------------------- : DC related
|
||||
|
||||
/// Fill a DC with a single color
|
||||
void clearDC(DC& dc, const wxBrush& brush = *wxBLACK_BRUSH);
|
||||
void clearDC(DC& dc, const wxBrush& brush);
|
||||
|
||||
/// Fill a newly allocated DC with black, if the platform doesn't do so automaticly
|
||||
void clearDC_black(DC& dc);
|
||||
|
||||
/// Draw a checkerboard pattern
|
||||
void draw_checker(RotatedDC& dc, const RealRect&);
|
||||
|
||||
Reference in New Issue
Block a user