Posted by a ceTe Software moderator
Hello,
There seems to be a typo in the font info that you have added to the dplx file that could be causing the error. The name of the open type font you have specified using < openTypeFont > tag is “Verdana” but in the <fontFamily> tag you have specified it as regular=”Vardana”.
The following should be the correct font info:
<openTypeFont name="Verdana" path="C:\Windows\Fonts\verdana.ttf"/>
<openTypeFont name="VerdanaBold" path="C:\Windows\Fonts\verdanab.ttf"/>
<openTypeFont name="VerdanaItalic" path="C:\Windows\Fonts\verdanai.ttf"/>
<openTypeFont name="VerdanaBoldItalic" path="C:\Windows\Fonts\verdanaz.ttf"/>
<fontFamily bold="VerdanaBold" boldItalic="VerdanaBoldItalic" italic="VerdanaItalic" name="Verdana" regular="Verdana"/>
Please note that this thread is related to ReportWriter product and is incorrectly posted in Generator forum. It has been moved to the
ReportWriter Forum.
Thanks,
ceTe Software Support Team.