Re: [Doxygen-develop] Dot doxfont missing
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-03-07 20:02:59
|
On Thu, Mar 07, 2002 at 01:35:58PM -0600, Scot Wilcoxon wrote: > I tried to produce Doxygen graphics in a configuration where "dot" was not on > the development machine, so the "dot" command redirected the request and files > to the machine with "dot" installed. > > The resulting chart had no labels, because the Doxygen font was not present. > > A configuration option to not use doxfont would be nice. Default fonts are > better than no labels. Or allow configuration of the font name. In the latest versions, doxygen does not use/produce doxfont anymore. It uses Helvetica (translated to Arial on Windows), which should be available (doxygen will still produce a file Helvetica.ttf just in case). Regards, Dimitri |