fontsize

Font size, in points, used for text

type: double, default: 14.0, minimum: 1.0

digraph {
    label="40pt Graph Label"
    fontsize="40"
    subgraph cluster_a {
      label="30pt Cluster Label"
      fontsize="30pt"
      "20pt Node" [fontsize="20pt"];
      "20pt Node"-> "20pt Node" [label="10pt Edge" fontsize="10"]
    }
}
Valid on:
  • Edges
  • Nodes
  • Graphs
  • Clusters

Search the Graphviz codebase for "fontsize"

Last modified June 18, 2022: attributes descriptions with links (25b13ac)