- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
- <bean id="fontSansSerifFamily" class="net.sf.jasperreports.engine.fonts.SimpleFontFamily">
- <property name="name" value="SansSerif"/>
- <property name="normal" value="fonts/arial.ttf"/>
- <property name="bold" value="fonts/arialbd.ttf"/>
- <property name="italic" value="fonts/ariali.ttf"/>
- <property name="boldItalic" value="fonts/arialbi.ttf"/>
- <property name="pdfEmbedded" value="false"/>
- </bean>
- </beans>
|