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

com.mpobjects.jasperreports.fonts.liberation.fonts.xml Maven / Gradle / Ivy

Go to download

JasperReports Font Package Containing the Liberation fonts. This font package will register the fonts as Arial, Times New Roman, and Courier New.

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

	<fontFamily name="Arial">
		<normal>com/mpobjects/jasperreports/fonts/liberation/LiberationSans-Regular.ttf</normal>
		<bold>com/mpobjects/jasperreports/fonts/liberation/LiberationSans-Bold.ttf</bold>
		<italic>com/mpobjects/jasperreports/fonts/liberation/LiberationSans-Italic.ttf</italic>
		<boldItalic>com/mpobjects/jasperreports/fonts/liberation/LiberationSans-BoldItalic.ttf</boldItalic>
		<pdfEncoding>Identity-H</pdfEncoding>
		<pdfEmbedded>true</pdfEmbedded>
		<exportFonts>
			<export key="net.sf.jasperreports.html">Arial, Helvetica, sans-serif</export>
			<export key="net.sf.jasperreports.xhtml">Arial, Helvetica, sans-serif</export>
		</exportFonts>
	</fontFamily>

	<fontFamily name="Times New Roman">
		<normal>com/mpobjects/jasperreports/fonts/liberation/LiberationSerif-Regular.ttf</normal>
		<bold>com/mpobjects/jasperreports/fonts/liberation/LiberationSerif-Bold.ttf</bold>
		<italic>com/mpobjects/jasperreports/fonts/liberation/LiberationSerif-Italic.ttf</italic>
		<boldItalic>com/mpobjects/jasperreports/fonts/liberation/LiberationSerif-BoldItalic.ttf</boldItalic>
		<pdfEncoding>Identity-H</pdfEncoding>
		<pdfEmbedded>true</pdfEmbedded>
		<exportFonts>
			<export key="net.sf.jasperreports.html">'Times New Roman', Times, serif</export>
			<export key="net.sf.jasperreports.xhtml">'Times New Roman', Times, serif</export>
		</exportFonts>
	</fontFamily>

	<fontFamily name="Courier New">
    <normal>com/mpobjects/jasperreports/fonts/liberation/LiberationMono-Regular.ttf</normal>
		<bold>com/mpobjects/jasperreports/fonts/liberation/LiberationMono-Bold.ttf</bold>
		<italic>com/mpobjects/jasperreports/fonts/liberation/LiberationMono-Italic.ttf</italic>
		<boldItalic>com/mpobjects/jasperreports/fonts/liberation/LiberationMono-BoldItalic.ttf</boldItalic>
		<pdfEncoding>Identity-H</pdfEncoding>
		<pdfEmbedded>true</pdfEmbedded>
		<exportFonts>
			<export key="net.sf.jasperreports.html">'Courier New', Courier, monospace</export>
			<export key="net.sf.jasperreports.xhtml">'Courier New', Courier, monospace</export>
		</exportFonts>
	</fontFamily>

</fontFamilies>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy