Re: graphviz: pdf output with vectorial fonts
Hello Debian users,
On 24/07/17 19:23, Jerome BENOIT wrote:
> Hello Forum,
>
> my pdf outputs with dot are ugly: while boxes and edges are vectorial,
> text is in pixel: in short I have a font issue.
> I am looking for a vectorial (scalabe ?) font ?
> It might be a configuration issue (even if I do not play with fonts).
> Otherwise, any hint is welcome.
Finally I find a way: just pass through GS instead of cairo:
dot -Teps N.dot -o N.eps
epstopdf N.eps
hth,
Jerome
>
> Thanks in advance,
> Jerome
>
Reply to: