39typedef struct _XftFont XftFont;
40# elif !defined(WIN32) && !defined(__APPLE__)
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__
110FL_EXPORT
const char* fl_font_word(
const char *p,
int n);
111FL_EXPORT
char *fl_find_fontsize(
char *name);
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:736
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_Font_Descriptor * next
linked list for this Fl_Fontdesc
Definition: Fl_Font.H:53
Fl_Fontsize size
font size
Definition: Fl_Font.H:54