diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-18 21:07:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-18 21:07:53 +0000 |
| commit | c75938c4ebac2169306c9e0b6460ed743343b69e (patch) | |
| tree | efa7b14acd95d9f7c44fdd3368b8bc677215672d /src | |
| parent | 7e8ec10e6d9a50ea7a4cea0d00cf7566135c8a15 (diff) | |
Don't use the returned font sizes, as they yield too much space...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_font_xft.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_font_xft.cxx b/src/fl_font_xft.cxx index 6490a5271..f8115d902 100644 --- a/src/fl_font_xft.cxx +++ b/src/fl_font_xft.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_font_xft.cxx,v 1.4.2.2 2002/03/09 21:33:54 spitzak Exp $" +// "$Id: fl_font_xft.cxx,v 1.4.2.3 2002/04/18 21:07:53 easysw Exp $" // // Xft font code for the Fast Light Tool Kit (FLTK). // @@ -148,7 +148,7 @@ Fl_FontSize::~Fl_FontSize() { // XftFontClose(fl_display, font); } -#if 1 +#if 0 // Some of the line spacings these return are insanely big! //int fl_height() { return current_font->height; } int fl_height() { return current_font->ascent + current_font->descent; } @@ -233,5 +233,5 @@ void fl_draw(const char *str, int n, int x, int y) { } // -// End of "$Id: fl_font_xft.cxx,v 1.4.2.2 2002/03/09 21:33:54 spitzak Exp $" +// End of "$Id: fl_font_xft.cxx,v 1.4.2.3 2002/04/18 21:07:53 easysw Exp $" // |
