Adding Fonts for Graphic-Rendering adding-fonts-for-graphic-rendering

AEM lets you generate graphics incorporating text dynamically taken from your content.

To do this you can also load and use your own fonts.

Currently all implementations of the Java Platform support TrueType fonts.

  1. Open CRXDE Lite and navigate to your project application folder:

    /apps/<your-project>/

  2. Under /apps/<your-project>/ create a node:

    • Name: fonts
    • Type: sling:Folder

    Save all changes.

  3. Copy the font files into this folder; for example, using WebDAV.

    note note
    NOTE
    Font files in the repository must have the suffix *.ttf or *.TTF.
  4. Update the OSGi configuration of Day Commons GFX Font Helper. Add the path to your fonts folder; that is, /apps/<your-project>/fonts.

  5. Return to CRXDE Lite. You should now see a .fontlist node in your folder containing the name of the imported fonts.

    These fonts are now ready to be used in the Java API.

For full details of how to use the fonts with the Java API, see the documentation for the Font class of the Java API.

recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2