Overview
The Rich Text Format (RTF) Editor is a design pattern consisting of a toolbar with an input text area. It allows the user to style the text by selecting the font family, font style, font weight, and the font size. The user can also align paragraphs, use bullet or numbered lists, or insert links into the text area with a user-defined link text.
Usage
Use when
- Text formatting is needed, such as:
- Font family, style, weight, and size.
- Paragraph alignment.
- Bullet or numbered lists.
- Adding or editing links with link text.
Don’t use when
- Text formatting is not needed.