All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rint.print-lib.3.16.1.source-code.mapfish-spring-custom-fonts.xml Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<beans default-lazy-init="false" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:util="http://www.springframework.org/schema/util"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
    <bean id="custom-font-loader" class="org.mapfish.print.config.CustomFontLoader">
        <constructor-arg type="java.util.Set" index="0">
            <util:set>
               <!-- Custom fonts can be listed here.
               E.g. a font in `/WEB-INF/classes/fonts/MyFont.ttf` can be referenced with `fonts/MyFont.ttf`.
                -->
                <!-- <value>fonts/MyFont.ttf</value> -->
            </util:set>
        </constructor-arg>
    </bean>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy