39 typedef struct _XftFont XftFont;
40 # elif !defined(WIN32) && !defined(__APPLE__)
41 # include <FL/Xutf8.h>
55 #ifndef FL_DOXYGEN // don't bother with platorm dependant details in the doc.
62 # elif defined(__APPLE_QUARTZ__)
64 ATSUTextLayout layout;
65 # if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
71 short ascent, descent, q_width;
83 unsigned int listbase;
84 #ifndef __APPLE_QUARTZ__
86 #endif // __APPLE_QUARTZ__
110 FL_EXPORT
const char* fl_font_word(
const char *p,
int n);
111 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:50
Fl_Fontsize size
font size
Definition: Fl_Font.H:54
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:741
Fl_Font_Descriptor * next
linked list for this Fl_Fontdesc
Definition: Fl_Font.H:53