• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Custom fonts in Apache FOP

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone here have experience using custom fonts with FOP? I've got a java program that uses FOP to create a pdf file via an xsl transformation. There is a specific font that I have to use. I've created the font metric files and a userconfig file just like the documentation states. I've also loaded the config file in my code using the org.apache.fop.apps.Options object. When I reference the new font in my xsl and try to run it the java console (Eclipse) states that it is an unknown font and will use the default instead. I'm on a tight deadline; any help would be greatly appreciated. Thanks.
 
Get off me! Here, read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic