lmika / goseq

A command line tool to generate sequence diagrams
https://goseq.lmika.dev
MIT License
205 stars 26 forks source link

Expose font-size as a style #5

Open lmika opened 6 years ago

lmika commented 6 years ago

Expose the font-size used by participants and actions as a style attribute.

Example usage:

style participant (
    fontsize = 10
)

style action (
    fontsize = 8
)

Should be supported by:

To check: can style attribute names have dashes? font-size will be a better name.