summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-02-03 17:30:54 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-02-03 17:30:54 +0100
commit97554a88ccaa622b98b7968da79a56b4b008e097 (patch)
tree8a458ac481b12041652fa1f8d334311761303707 /FL
parentdd3485c57a0ef7ffa5e00edc9fb9937004f3ca54 (diff)
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.
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().