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)  

Fl_Font_Descriptor Class Reference

#include <Fl_Font.H>

Collaboration diagram for Fl_Font_Descriptor:

List of all members.

Public Member Functions

FL_EXPORT Fl_Font_Descriptor (const char *xfontname)
FL_EXPORT ~Fl_Font_Descriptor ()

Public Attributes

Fl_Font_Descriptornext
XUtf8FontStructfont
Fl_Fontsize minsize
Fl_Fontsize maxsize

Detailed Description

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.

Definition at line 50 of file Fl_Font.H.


Constructor & Destructor Documentation

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.


Member Data Documentation

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().


The documentation for this class was generated from the following files: