[Doxygen-users] Re: can't find doxfont
Brought to you by:
dimitri
From: Don M. <dmc...@in...> - 2001-10-01 20:21:43
|
>I have a small problem with getting doxygen to cooperate with the >graphviz tool. In all its simplicity the problem is that when I run >doxygen, I get the message > can't find font doxfont in . >from dot. The graphs are still generated, but the font used in place of the >missing doxfont is too large, so that labels wont fit in the enclosing box. I have seen this on Windows. It was a while ago, but as I recall I fixed it by copying doxfont.ttf to the directory where dot is run from. Or perhaps I had to put it on the path? I think the problem is that the command to dot (performed by doxygen) is fully specifying the path to the .dot files, and the "current directory", for dot, is not what you are expecting. Hope this helps, Don McClimans |