mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 13:05:35 +08:00
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.
This commit is contained in:
@@ -390,7 +390,7 @@ public:
|
||||
Fl_Fontsize size; /**< font size */
|
||||
Fl_Font_Descriptor(const char* fontname, Fl_Fontsize size);
|
||||
FL_EXPORT ~Fl_Font_Descriptor() {}
|
||||
short ascent, descent, q_width;
|
||||
short ascent, descent;
|
||||
unsigned int listbase;// base of display list, 0 = none
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user