I am using PlantUML to generate sequence diagrams from text. I would like to know how to add fonts that would be available to reference via skinparam or similar statements. I have searched Google and the PlantUML Sourceforge site and didn't see any obvious answers.
I followed the directions at http://plantuml.sourceforge.net/font.html to see what fonts were currently available, and the set is currently quite small:
I am running on a headless CentOS server, using the .jar file that I downloaded from the website, identified with "java -jar plantuml.jar -version" as: PlantUML version 7969 (Fri Jun 07 21:12:18 UTC 2013)
Ideally there is some directory of TTF or other-format fonts that I could put in the right place, or point PlantUML at, and then reference those fonts from skinparam or similar parameters. Note that I'm only interested in sequence diagrams, so I believe Graphviz and Dot are not involved in this case.