This question is locked. New answers and comments are not allowed.
Hi,
I am using the radribbonbutton to increment the font size.
<telerik:RadRibbonButton telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=IncrementFontSizeCommand}" telerik:ScreenTip.Description="Increase the font size." telerik:ScreenTip.Title="Grow Font" Size="Small" SmallImage="/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/font-increasesize.png" />
But the html in string format has the following output.
<p class="Normal "><span style="font-weight: bold;font-size: 14.3333333333333px;">hello world</span></p>
As we notice above the font size is into 14.33333px. Is there a way that we can only allow :10,13,16,18,24,32 and 48.
Please let us know ASAP if this is possible on the button to restrict this value.
Thanks in Advance,
Steve.
I am using the radribbonbutton to increment the font size.
<telerik:RadRibbonButton telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=IncrementFontSizeCommand}" telerik:ScreenTip.Description="Increase the font size." telerik:ScreenTip.Title="Grow Font" Size="Small" SmallImage="/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/font-increasesize.png" />
But the html in string format has the following output.
<p class="Normal "><span style="font-weight: bold;font-size: 14.3333333333333px;">hello world</span></p>
As we notice above the font size is into 14.33333px. Is there a way that we can only allow :10,13,16,18,24,32 and 48.
Please let us know ASAP if this is possible on the button to restrict this value.
Thanks in Advance,
Steve.