new activity:skinparam activity* seems not to work

0 votes
asked Feb 12, 2013 in Bug by anonymous
edited Feb 12, 2013
Subject says it all. I tried various skinparam options with the new syntax and it does not seem to work.

[Edit: It seems only FontName and FontSize are not working]

1 Answer

0 votes
answered Feb 18, 2013 by plantuml (294,660 points)

Ok, in V7958, you can use this:

 skinparam activity2FontSize 4
 skinparam activityArrow2FontSize 24


In final release, we will use activityFontSize and activityArrowFontSize, but default size will be different from actual activityFontSize and activityArrowFontSize.
 
Color font cannot be changed (yet).

Stay tuned!

Regards,

...