Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 13:28, deannelson wrote: > Most likely it has to do with the fonts that reside on your system. You will > need to have a good symbol font that covers the symbols you need. We use the > DejaVu fonts (http://dejavu-fonts.org) and I have not had any problems with ... > I have

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread deannelson
Most likely it has to do with the fonts that reside on your system. You will need to have a good symbol font that covers the symbols you need. We use the DejaVu fonts (http://dejavu-fonts.org) and I have not had any problems with them. It's been a long while since I used any other fonts, but I r

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 10:38, DeanNelson wrote: > Tom > Have you configured FOP to handle the fonts that you want? Dean, I'm just getting started customizing a large set of docbook xml that was converted from our html docs. I haven't tried to use any specific fonts at all. I am happy with the

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread DeanNelson
Tom Have you configured FOP to handle the fonts that you want? I try not to have FOP search for fonts - it takes too long and you really can't control what it finds. Instead, I specify the fonts specifically. Here is a snippet from my FOP config file:

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Bela Hausmann
I would guess that this is because symbol.font.family is added to title.font.family as well and titles are bold? You can inspect your .fo file and find out where exactly bold and symbol.font.family are mixed, that may clear up if it’s a FO-XSL bug or not? Bela On Monday 28 June 2010 17:00:46 y

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 09:29, Bela Hausmann wrote: ... >> Isn't it a vector font so that any size can be produced? ... > No. Bold versions of a font aren’t automatically produced out of the normal Maybe my bug reference was misleading. The need for bold may be happening behind the scenes in fo

Re: [docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Bela Hausmann
You can modify symbol.font.family[1] and add a symbol font that supports boldface. I always set it to empty, because I only use UTF-8 fonts which already include all the symbols I need. > Isn't it a vector font so that any size can be produced? No. Bold versions of a font aren’t automatically p

[docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 09:08, Tom Browder wrote: > On Mon, Jun 28, 2010 at 09:05, Tom Browder wrote: >> I am getting this warning when running fop for pdf from my fo file >> (generated from docbook source): I also get the same type of warning about another base-14 font: WARNING: Font "Symbol,n

[docbook-apps] Re: fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 09:05, Tom Browder wrote: > I am getting this warning when running fop for pdf from my fo file > (generated from docbook source): Oops, here it is: WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400" Sorry. -Tom --

[docbook-apps] fop: WARNING: Cannot Find a Base-14 Font (docbook bug?)

2010-06-28 Thread Tom Browder
I am getting this warning when running fop for pdf from my fo file (generated from docbook source): I thought that shouldn't happen since the ZapfDingbats is hard-coded in fop. Isn't it a vector font so that any size can be produced? However, I found reference to fop bug 47279 which says: When