Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:configure_font_for_process_visualization [2020/03/10 16:34] – [Option 2] twn74:configure_font_for_process_visualization [2020/03/25 07:43] – [Option 1 [recommended]] pklr
Line 4: Line 4:
  
   - Place the font file in the folder webapp/fonts   - Place the font file in the folder webapp/fonts
-  - Add the diagram.font.list property to your config.xml file in the following way: \\ <property name="diagram.font.list" value="Pacifico:/fonts/Pacifico-Regular.ttf"/>+  - Add the diagram.font.list property to your config.xml file in the following way: \\ <property name="diagram.font.list" value="Pacifico:/webapp/fonts/Pacifico-Regular.ttf"/>
   - Update your scriptconfig.js like this: var FONTNAME = "Pacifico"   - Update your scriptconfig.js like this: var FONTNAME = "Pacifico"
  
Line 14: Line 14:
   - Set the JVM parameter to the path of your fonts folder: -Dsun.java2d.fontpath="c:/yourownfolder".   - Set the JVM parameter to the path of your fonts folder: -Dsun.java2d.fontpath="c:/yourownfolder".
   - Place the font file in your own folder   - Place the font file in your own folder
-  - Add the diagram.font.list property to your config.xml file in the following way: \\ <property name="diagram.font.list" value="Pacifico:C:/yourownfolder///Pacifico-Regular.ttf"/> - Update your scriptconfig.js like this: var FONTNAME = "Pacifico"//+  - Add the diagram.font.list property to your config.xml file in the following way: \\ <property name="diagram.font.list" value="Pacifico:C:/yourownfolder///Pacifico-Regular.ttf"/> // 
 +  //Update your scriptconfig.js like this: var FONTNAME = "Pacifico"//