Jump to content
Changes to the Jaspersoft community edition download ×
  • Custom Font with the Font Extension


    morlandin
    • Version: v8 Product: Jaspersoft® Studio

    Overview

    When using a textual element inside Jaspersoft Studio, users can select the font used for it. Although this seems simple, there are a lot of problems when using the fonts. The main problem is that the available fonts are provided by the operating system and for this reason you can have:

    • A font that it is available in one operating system isn't available in another. In this case, as fallback solution, the default font is used for the element.

    • A font can be available in different operatiing systems but it could be slightly different from one to another.

    In many cases this is simply unacceptable. having a different font from the planned one probably will require more or less space for the text and this could have an impact, not only on the graphical appearance, but also on the layout of the report itself. To overcome this problem, the user can use external font files instead of the system provided fonts. In this way, the report will be independent of the operating system fonts and have the same appearance everywhere. This can be done using a Font Extension.

    The PDF Exporter

    The font problem could be even more problematic when using the exporters - in particular, the PDF exporter. The PDF format has its own set of fonts. And, if a document needs to use other fonts, they must be embedded inside the PDF. In the first versions of JasperReports this problem was solved by introducing some properties on the textual elements to allow the specification of the PDF font name and encoding, and, if the font will be embedded or not inside the final PDF.

    This approach can still be used for backward compatibility, but it is now deprecated and discouraged. In fact, in the latest version of Jaspersoft Studio, a textual element that uses this property shows a warning icon and message. This is because the Font Extension handles the problem better. So, if a user wants to use a custom font in a PDF export, then it should done using a Font Extension.


    Download the Font

    First, you must have the font you want to use. Jaspersoft Studio allows you to use a wide variety of Font types like TTF, SVG, WOFF and EOT. One of the most used formats is the TTF and there are plenty of websites that collect fonts with various licenses. For this tutorial we will use this one, named Carnivalee Freakshow Font, you can find it also as an attachment to this page. Download it and save the TTF file. If you have downloaded it from the linked website you will need to extract the contents of the zip file.


    Create the Font Extension

    Open Jaspersoft Studio, go to Window->Preferences

    1(105).png.d09cbac525afd322a76c58b8915e881f.png

    From the new dialog, expand the category Jaspersoft Studio on the left, select Font, and then press Add

    2(68).png.e557a0c9ede8bad55aac52f436b68bc8.png

    At this point you must provide a unique name for the Font Extension and the path to its extension. In this tutorial we are using a TTF, so we will provide it using the True Type field. 

    You can also specify a font variant for the Bold, Italic and Bold Italic styled text. If you don't provide this you will still able to use the font with one of those styles. The normal font will be manipulated to obtain the styled variant. But you can also provide a different Font for each of the variants. It is your choice. In this tutorial we will use only one Normal font.

    You can also specify if this font is replaced when exported in PDF. But we will leave this empty since we want to use this Font also inside the PDF export. For this reason we select "Embed this font in the PDF document" and a compatible encoding, like CP1252, since there are only european chars inside the Font. Note that embedding the Font in the PDF export will make the resulting PDF file bigger.

    3(48).png.85c6b4ab217b6e9c2f3ba187ef33dfb7.png

    Now click Next. In the following steps you can provide additional information for other exporters and restrict the use of this font only to a subset of Locales. We don't need this so just click "Finish" to close the dialog and "Ok" to close the preferences dialog.

    You can now open a report and, between the available Fonts you will find  one named like your Font Extension, "MyCustomExtension" (If you can't see it try to close and reopen the report). Select it to see it used in the element. You can set the style to Bold, Italic and Bold Italic even if you didn't provide a specific font when you created the Font Extension.

    4(41).png.13a82f0f3fdccc0811b1bc9e37b0993e.png

    You can also preview and export the report as a PDF to see that your font is used correctly. An extension defined in this way will have a global scope and will be visible by every project in your workspace.


    Export the Font Extension

    One of the problem that Font Extensions solves is to have the same font on every operative system so the appereance of the text will be the same. But using what is explained in this tutorial we should copy the TTF file on each system, and on each system recreate the Font Extension, with exactly the same name otherwise a report done in one will not find the font in the others. If we were using more TTF files for the text styles we should copy them also and configure more deeply the Extension. It's not hard, but it could take some time and repeating it many times could introduce errors, like a typo on the Extension name. To make this easier there is the possibility we can export our Font Extension as a JAR and use it in any project.

    First, open the Preferences dialog and go to the Fonts to see all your Font Extensions. Select the previously created extension "MyCustomExtension" and click "Export".

    5(38).png.d078c03f1f77e97fdbf087a14300a7cc.png

    At this point a save dialog will popup, define the name of the target file and save it. This JAR has all that is needed to use the extension on another system, you need only to share this single file to port your Font Extension to another machine. You can find the file generated in this way attached to this tutorial.


    Import the Font Extension

    Now you have your Font Extension. To use it, you must add it to the classpath of the project. For example, to add the Font Extension on the default project, MyReports, right click on it on the Project Explorer and select "Properties".

    6(26).png.57524a6c113d48547ace23edd8d6f159.png

    On the dialog that will popup, select "Java Build Path" on the left, then switch on the tab "Libraries" on the right, and click "Add External JARs..."

    7(18).png.34e584d0376d0f68dbf58927aed6d21c.png

    At this point, select your Font Extension JAR and hit Ok. Now, for each report contained in the MyReports project, you will see the font "MyCustomExtension". On some Jaspersoft Studio versions, the new font will not be visible on the reports that are currently opened in the editor. If this is the case, close the report and reopen it.  Remember also that a Font Extension defined oin Jaspersoft Studio preferences is global.  It can be seen by all the reports in the workspace.  One defined using a JAR in the classpath of a project will be visible only by the reports inside the project.

    Publish the Font to the Server

    Once you have your font.jar file drop this into your application classpath (jasperserver-pro/WEB-INF/lib) and restart jasper reports server.

    1(105).png.6ccb7083e6ab9cd69f89caebaa61a7a6.png

    4(41).png.64368b5cb9879d1fd7ba374f8328caef.png

    6(26).png.e50218a59d8c2fd82c1081c90bb6f689.png

    carnevalee_freakshow.ttf

    mycustomadapter.jar


    User Feedback

    Recommended Comments



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...