summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/fl_draw.H4
1 files changed, 2 insertions, 2 deletions
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().