From 97554a88ccaa622b98b7968da79a56b4b008e097 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 3 Feb 2020 17:30:54 +0100 Subject: Move fl_font(face, size) to fl_draw.cxx I believe this is a better place. Also: add FL_EXPORT since it's no longer inline. --- FL/fl_draw.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 04d3b14d6..9ae32f3c4 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -576,9 +576,9 @@ FL_EXPORT void fl_rescale_offscreen(Fl_Offscreen &ctx); // Fonts: /* Sets the current font, which is then used in various drawing routines. - Implemented and documented in src/Fl_Graphics_Driver.cxx + Implemented and documented in src/fl_draw.cxx */ -void fl_font(Fl_Font face, Fl_Fontsize fsize); +FL_EXPORT void fl_font(Fl_Font face, Fl_Fontsize fsize); /** Returns the \p face set by the most recent call to fl_font(). -- cgit v1.2.3