diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 14:10:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 14:10:54 +0000 |
| commit | 024368d7226e403d535184faa9f6e9b66f8d56e4 (patch) | |
| tree | e4b422758340dd87e8c80e3532c26de2ffa45ad4 /src/fl_font_mac.cxx | |
| parent | b3d47552867d9425035918efb76b549615df4f99 (diff) | |
Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_font_mac.cxx')
| -rw-r--r-- | src/fl_font_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_font_mac.cxx b/src/fl_font_mac.cxx index 1832edb8c..92fd58055 100644 --- a/src/fl_font_mac.cxx +++ b/src/fl_font_mac.cxx @@ -403,7 +403,7 @@ void fl_text_extents(const char *c, int n, int &dx, int &dy, int &w, int &h) { void fl_draw(const char *str, int n, float x, float y); void Fl_Device::draw(const char* str, int n, int x, int y) { - fl_draw(str, n, (float)x-0.0f, (float)y-0.5f); + fl_draw(str, n, (float)x-0.0f, (float)y+0.5f); } |
