30typedef struct _XftFont XftFont;
31# elif !defined(WIN32) && !defined(__APPLE__)
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__
100FL_EXPORT
const char* fl_font_word(
const char *p,
int n);
101FL_EXPORT
char *fl_find_fontsize(
char *name);
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:904
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_Font_Descriptor * next
linked list for this Fl_Fontdesc
Definition: Fl_Font.H:44
Fl_Fontsize size
font size
Definition: Fl_Font.H:45