dusadrian / venn

Draw Venn Diagrams
30 stars 7 forks source link

font family #27

Closed olechnwin closed 5 months ago

olechnwin commented 9 months ago

Hi,

Wondering is there a way to specify a font family like Arial?

Thanks!

dusadrian commented 9 months ago

The main command venn() is built in such a way to accept additional parameters via the three dots. These arguments are passed to the base plot function, so I would first try the argument "family", or any such parameter that is part of ?par, or similar ggplot arguments.