goccy/go-graphviz

support setAttr fontname

hehuilei opened this issue · 0 comments

like this:
func (n *Node) SetFontName(name string) *Node {
n.SafeSet(string(fontNameAttr), name, "")
return n
}

image