diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-16 20:27:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-16 20:27:12 +0000 |
| commit | 9bf59b88bd8114241a7497384402ef87f7e96744 (patch) | |
| tree | c8dfb556c664428cf75f960e1aa127706775cbe8 /src/drivers/Android/Fl_Font.H | |
| parent | 6c234ad12ed4d5bbaff68165bf77430027fca55c (diff) | |
Android: finally founded font functionality, freakishly fluttered first
files, further fostering follows.
Or, to put it bluntly, I forgot how the font system works, and now I am
digging through the implementations of other drivers, carrying bits and
pieces together. But you know that I will clean my files eventually... .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12762 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Font.H')
| -rw-r--r-- | src/drivers/Android/Fl_Font.H | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/src/drivers/Android/Fl_Font.H b/src/drivers/Android/Fl_Font.H deleted file mode 100644 index 7a5c1631a..000000000 --- a/src/drivers/Android/Fl_Font.H +++ /dev/null @@ -1,52 +0,0 @@ -// -// "$Id$" -// -// Font definitions for the Fast Light Tool Kit (FLTK). -// -// Copyright 1998-2018 by Bill Spitzak and others. -// -// This library is free software. Distribution and use rights are outlined in -// the file "COPYING" which should have been included with this file. If this -// file is missing or damaged, see the license at: -// -// http://www.fltk.org/COPYING.php -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php -// - -// Two internal fltk data structures: -// -// Fl_Fontdesc: an entry into the fl_font() table. There is one of these -// for each fltk font number. -// -#ifndef FL_FONT_ -#define FL_FONT_ - -#include <config.h> - -#if 0 - -class Fl_GDI_Font_Descriptor : public Fl_Font_Descriptor { -public: - HFONT fid; - int *width[64]; - TEXTMETRIC metr; - int angle; - FL_EXPORT Fl_GDI_Font_Descriptor(const char* fontname, Fl_Fontsize size); -# if HAVE_GL - char glok[64]; -# endif // HAVE_GL - FL_EXPORT ~Fl_GDI_Font_Descriptor(); -}; - -#endif - -extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table - -#endif - -// -// End of "$Id$". -// |
