summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Font.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-06 10:18:40 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-06 10:18:40 +0200
commitf0971416626f5b2b1e64a8c9bc86734e81a193e8 (patch)
tree8b0f0954b769ea749ff494cae298e75dc0585ca7 /src/drivers/Quartz/Fl_Font.H
parentc6659c9a29ae4299736a5e4de627cc8e105bd40b (diff)
Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor.
That's because this member is used only in Fl_Quartz_Font_Descriptor.
Diffstat (limited to 'src/drivers/Quartz/Fl_Font.H')
-rw-r--r--src/drivers/Quartz/Fl_Font.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Quartz/Fl_Font.H b/src/drivers/Quartz/Fl_Font.H
index 36f7e2543..5e24ce7c3 100644
--- a/src/drivers/Quartz/Fl_Font.H
+++ b/src/drivers/Quartz/Fl_Font.H
@@ -39,6 +39,7 @@ public:
ATSUTextLayout layout;
ATSUStyle style;
# endif
+ short q_width;
};
extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table