Hi,
In our reports, we need to use a custom/private font.
In that case, the option UseIFrame must be set to false (see line 21 in DocumentViewerPartiel.cshtml in attachment).
This is explained in the following article : https://www.devexpress.com/Support/Center/Example/Details/E5198
This work well : the custom font is used inside the Viewer.
But then, the text search tool is not working well. Some Javascript errors are generated.
If you run the attached solution and try this :
1 - go to last page (n°6)
2 - open search tool
3 - select option "Up"
4 - enter text "10"
5 - click on "Find next"
=> the following Javascript error appear inside the console : Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
Another detail : when the search tool is opened, the focus is not automatically going to the text field. This would great.
Regards.
Alain.
Thank you for pointing this out, Coso.
We will research the issue and let you know our results.