This is a migrated thread and some comments may be shown as answers.

Inconsistency of font list between ribbon and mini ToolBar

1 Answer 44 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 13 Mar 2013, 02:05 PM
Hello,
in the RichTextBoxUI, the list of fonts are displayed with all their names in the same font.
In the min ToolBar, each font name is displayed using its own font.
Patrick

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 18 Mar 2013, 08:51 AM
Hi Patrick,
You can change the item template for the font's combo box:
<telerik:RadRibbonComboBox.ItemTemplate>
    <DataTemplate>
        <TextBlock Text="{Binding Source}" FontFamily="{Binding}"/>
    </DataTemplate>
</telerik:RadRibbonComboBox.ItemTemplate>
We will consider adding this in the default XAML of the RadRichTextBoxRibbonUI.

Don't hesitate to contact us if you have other questions.


Kind regards,
Boby
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RichTextBox
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Boby
Telerik team
Share this question
or