But the text isnt converting to bold. Is there anything that i am missing here.
Regards,
JP
3 Answers, 1 is accepted
0
Deyan
Telerik team
answered on 24 May 2018, 02:33 PM
Hello JP,
In case the font family of the installed font is "MinionPro" then you may try using the other TrySetFont method overload which receives a FontWeight argument as shown below:
If this does not help, you may try registering the font by using FontsRepository class as described in this forum post answer. If this does not help either, you may check the return value of the TryCreateFont method. Value "false" may be indicating some issue with the font file and then you may send this file to us in order to investigate the concrete case.
Please do let me know if the fonts of type OTF are supported . Also the approach that was given to me wasnt working , i am ready to send those Minion Pro otf files to you , Please do let me know the whats the best way to send them.
Regards,
Jaipal V
0
Deyan
Telerik team
answered on 29 May 2018, 08:53 AM
Hello,
OTF files are not supported in our current implementation. We have already logged such feature request. You may vote for it and follow its implementation by following this feedback item. In the description of this item, you will see a possible workaround for converting the font file to TTF font format.