Skip to main content Skip to footer

Add All Available System Fonts to RichTextToolbar

Background:

Currently, the C1RichtextToolBar shows only limited fonts, this is intentional. This article will guide you on how to add all the available system fonts in RichTextToolbar’s font family selection combobox.

Steps to Complete:

You can add more font families as needed by invoking the Add method of C1RichTextBoxToolbar’s FontFamilies property.

To add all system font families, use the following code:

Ruchir Agarwal