diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index 8f0d6e10a..b1042d8fb 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -163,7 +163,7 @@ public:
  • '\@s' Use a small (11 point) font
  • '\@b' Use a bold font (adds FL_BOLD to font)
  • '\@i' Use an italic font (adds FL_ITALIC to font)
  • -
  • '\@f' or \@t Use a fixed-pitch +
  • '\@f' or '\@t' Use a fixed-pitch font (sets font to FL_COURIER)
  • '\@c' Center the line horizontally
  • '\@r' Right-justify the text
  • @@ -177,7 +177,7 @@ public: Notice that the '\@.' command can be used to reliably terminate the parsing. To print a random string in a random color, use - sprintf("\@C%d\@.%s", color, string) and it will work even if the + sprintf("\@C%d\@.%s", color, string) and it will work even if the string starts with a digit or has the format character in it.

    The second form sets the current prefix to c. Set the prefix to 0 to disable formatting.