9 lines
449 B
XML
Raw Normal View History

2018-11-11 12:01:18 +01:00
<fonts>
<font name="TimesNewRoman">
<!-- "%resources%" will be replaced by path to PHPPdf/Resources directory -->
<normal src="data/pdf-resources/fonts/Times_New_Roman.ttf"/>
<bold src="data/pdf-resources/fonts/Times_New_Roman_Bold.ttf"/>
<italic src="data/pdf-resources/fonts/Times_New_Roman_Italic.ttf"/>
<bold-italic src="data/pdf-resources/fonts/Times_New_Roman_Bold_Italic.ttf"/>
</font>
</fonts>