summaryrefslogtreecommitdiff
path: root/src/Fl_Font.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Font.H')
-rw-r--r--src/Fl_Font.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl_Font.H b/src/Fl_Font.H
index 6bb2e724e..3a4408cb5 100644
--- a/src/Fl_Font.H
+++ b/src/Fl_Font.H
@@ -67,6 +67,9 @@ public:
# elif defined(__APPLE_QUARTZ__)
FL_EXPORT Fl_Font_Descriptor(const char* fontname, Fl_Fontsize size);
ATSUTextLayout layout;
+#if defined(__APPLE_COCOA__) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
+ CTFontRef fontref;
+#endif
ATSUStyle style;
short ascent, descent, q_width;
// short width[256];