9 lines
449 B
XML
9 lines
449 B
XML
<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> |