To recreate go to the demo page https://demos.devexpress.com/XtraReportsDemos/WebSpecificFeatures/ReportDesigner.aspx
run the following JavaScript in the browser console
JavaScriptASPxClientControl.GetControlCollection().ForEachControl(function (c) {
if(c.name == "ContentHolder_reportDesigner"){
c.designerModel.updateFont({ 'aTestFont': 'aTestFont' });
}
});
The font gets added but it is at the end of the list.
Please advice how to order this list alphsbetically
Hi Adam,
In the newest versions of our components the Web Report Designer loads the list of fonts that were installed on the web server automatically. So, would you please clarify why you wish to add a new font to the Web Report Designer manually? Have you tried to just install this font on the web server where your application is deployed?