summaryrefslogtreecommitdiff
path: root/src/fl_set_font.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
commite91d65cd2fa4ea1965de5035e658bb866fcf38db (patch)
tree7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /src/fl_set_font.cxx
parent34d02a3ddf4753d512863b064998d163dc7e1da4 (diff)
Fix whitespace errors (no code changes)
Diffstat (limited to 'src/fl_set_font.cxx')
-rw-r--r--src/fl_set_font.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx
index 8243b7d06..bb095f4d4 100644
--- a/src/fl_set_font.cxx
+++ b/src/fl_set_font.cxx
@@ -34,7 +34,7 @@ static int table_size;
\param name Name of the font to assign. The string pointer is simply stored,
the string is not copied, so the string must be in static memory. The exact name to be used
depends on the platform :
-
+
\li Windows, X11, Xft: use the family name prefixed by one character to indicate the desired font variant.
Characters <tt>' ', 'I', 'B', 'P' </tt>denote plain, italic, bold, and bold-italic variants, respectively. For example,
string \c "IGabriola" is to be used to denote the <tt>"Gabriola italic"</tt> font. The \c "Oblique" suffix,