Hi KidMiller,
Can not add font size for the font dropdown. But you can custom the “Inline style” dropdown to achieve this feature.
For example
1. Open file “CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config”
2. Find section below
<CssStyle> </CssStyle>
3. Add the section below into the above section
<item text="Arial" value="font-family: Arial;font-size:18pt"></item>
4. Like
<CssStyle>
<item text="Arial" value="font-family: Arial;font-size:18pt"></item>
</CssStyle>
Now you can see an “Arial” option in the “Inline style” dropdown and it have the font size setting.
Regards,
Ken