30 typedef struct _XftFont XftFont;
 
   31 #  elif !defined(WIN32) && !defined(__APPLE__) 
   46 #ifndef FL_DOXYGEN // don't bother with platorm dependant details in the doc.  
   53 #  elif defined(__APPLE_QUARTZ__) 
   55   ATSUTextLayout layout;
 
   56 #     if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 
   62   short ascent, descent, q_width;
 
   69   XUtf8FontStruct* font;        
 
   73   unsigned int listbase;
 
   74 #ifndef __APPLE_QUARTZ__ 
   76 #endif // __APPLE_QUARTZ__ 
  100 FL_EXPORT 
const char* fl_font_word(
const char *p, 
int n);
 
  101 FL_EXPORT 
char *fl_find_fontsize(
char *name);
 
This a structure for an actual system font, with junk to help choose it and info on character sizes...
Definition: Fl_Font.H:41
Fl_Fontsize size
font size 
Definition: Fl_Font.H:45
int Fl_Fontsize
Size of a font in pixels. 
Definition: Enumerations.H:768
Fl_Font_Descriptor * next
linked list for this Fl_Fontdesc 
Definition: Fl_Font.H:44