diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
| commit | f93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch) | |
| tree | 44d4626c2d56666056983d8fedf1b897f4ecf249 /FL/fl_draw.H | |
| parent | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff) | |
wi[
Diffstat (limited to 'FL/fl_draw.H')
| -rw-r--r-- | FL/fl_draw.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 11375125d..8a834c944 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -875,7 +875,7 @@ inline double fl_width(const char *txt, int n) { Example: \code - auto width = fl_width(0x20ac); // measures the width of the `€` sign. + double width = fl_width(0x20ac); // measures the width of the `€` sign. \endcode \internal If a valid fl_gc is NOT found then it uses the first window gc, @@ -969,7 +969,7 @@ FL_EXPORT const char *fl_local_to_mac_roman(const char *t, int n = -1); /** \addtogroup fl_drawings @{ */ -FL_EXPORT float fl_override_scale(); +FL_EXPORT float fl__scale(); FL_EXPORT void fl_restore_scale(float s); |
