From 9bf59b88bd8114241a7497384402ef87f7e96744 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 16 Mar 2018 20:27:12 +0000 Subject: 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 --- src/drivers/Android/Fl_Font.H | 52 ------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 src/drivers/Android/Fl_Font.H (limited to 'src/drivers/Android/Fl_Font.H') 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 - -#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$". -// -- cgit v1.2.3