1. "Hello <b>world</b>!"
  2.  
  3. string text;
  4. bool IsBold;
  5. bool IsItalic;
  6. bool IsUnderlined;
  7. ...
  8.  
  9. string text;
  10. FontStyle FontStyle;