diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
| commit | e91d65cd2fa4ea1965de5035e658bb866fcf38db (patch) | |
| tree | 7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /src/fl_set_font.cxx | |
| parent | 34d02a3ddf4753d512863b064998d163dc7e1da4 (diff) | |
Fix whitespace errors (no code changes)
Diffstat (limited to 'src/fl_set_font.cxx')
| -rw-r--r-- | src/fl_set_font.cxx | 2 |
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, |
