|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Font.H>

Public Member Functions | |
| FL_EXPORT | Fl_Font_Descriptor (const char *xfontname) |
| FL_EXPORT | ~Fl_Font_Descriptor () |
Public Attributes | |
| Fl_Font_Descriptor * | next |
| XUtf8FontStruct * | font |
| Fl_Fontsize | minsize |
| Fl_Fontsize | maxsize |
This a structure for an actual system font, with junk to help choose it and info on character sizes. Each Fl_Fontdesc has a linked list of these. These are created the first time each system font/size combination is used.
| Fl_Font_Descriptor::Fl_Font_Descriptor | ( | const char * | xfontname | ) |
Definition at line 38 of file fl_font_mac.cxx.
References f, fl_mac_os_version, fl_open_display(), font, int, m, maxsize, minsize, next, NULL, size, w, and width.
| Fl_Font_Descriptor::~Fl_Font_Descriptor | ( | ) |
Definition at line 152 of file fl_font_mac.cxx.
References fl_mac_os_version.
Definition at line 80 of file Fl_Font.H.
Referenced by fl_font(), and Fl_Font_Descriptor().
Definition at line 84 of file Fl_Font.H.
Referenced by Fl_Font_Descriptor().
Definition at line 83 of file Fl_Font.H.
Referenced by Fl_Font_Descriptor().
linked list for this Fl_Fontdesc
Definition at line 53 of file Fl_Font.H.
Referenced by fl_font(), Fl_Font_Descriptor(), and fl_free_fonts().