gaospecial / ggVennDiagram

A 'ggplot2' implement of Venn Diagram.
https://gaospecial.github.io/ggVennDiagram/
GNU General Public License v3.0
282 stars 38 forks source link

Changing font family of category.names #66

Open famfigueiredo opened 7 months ago

famfigueiredo commented 7 months ago

Is it possible to change the font family of category.names and label?

gaospecial commented 7 months ago

Please check this: https://gaospecial.github.io/ggVennDiagram/articles/fully-customed.html

exporting the figure with exports::graph2ppt() is an alternative, as you can change items in PPT much easier without access to some uncommon ggplot functions.