|
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 Attributes | |
| const char * | name |
| char | fontname [128] |
| Fl_Font_Descriptor * | first |
| char ** | xlist |
| int | n |
Definition at line 100 of file Fl_Font.H.
Referenced by fl_font(), fl_free_fonts(), and Fl::set_font().
| char Fl_Fontdesc::fontname[128] |
Definition at line 99 of file Fl_Font.H.
Referenced by Fl::get_font_name(), and Fl::set_font().
| int Fl_Fontdesc::n |
Definition at line 103 of file Fl_Font.H.
Referenced by Fl::set_font().
| const char* Fl_Fontdesc::name |
Definition at line 98 of file Fl_Font.H.
Referenced by fl_font(), fl_get_font_xfld(), Fl::get_font(), Fl::get_font_name(), Fl::get_font_sizes(), and Fl::set_font().
| char** Fl_Fontdesc::xlist |
Definition at line 102 of file Fl_Font.H.
Referenced by Fl::set_font().