30 typedef struct _XftFont XftFont;
31 # elif !defined(WIN32) && !defined(__APPLE__)
32 # include <FL/Xutf8.h>
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;
74 unsigned int listbase;
75 #ifndef __APPLE_QUARTZ__
77 #endif // __APPLE_QUARTZ__
101 FL_EXPORT
const char* fl_font_word(
const char *p,
int n);
102 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:746
Fl_Font_Descriptor * next
linked list for this Fl_Fontdesc
Definition: Fl_Font.H:44