Cài PangoCairo trước khi dùng unicode trong Graphviz

  • Install expat library (sudo apt install libexpat1-dev)
  • Install PangoCairo library (sudo apt install libpango1.0-dev)
  • Compile and install Graphviz from source:
    ./configure --with-pangocairo
    make
    sudo make install
    

Nguồn:: Stack Overflow, Why do texts with non-ASCII characters have right padding?