Comment 6 for bug 1148616

Revision history for this message
Anton Patsev (patsev-anton) wrote :

Good day.
I am not good in Apache FOP.
And I do not know how to use the fonts so you can see Russian letters. If you use the Times New Roman, instead of Russian letters will be grating. And in the logs:

Font "Symbol,italic,400" not found. Substituting with "Symbol,normal,400".
Glyph "Р" (0x420, Ercyrillic) not available in font "Times-Italic".

Makefile:

if [ $(LN) != "C" ]; then \
./scripts/translate.sh -d serverguide -l $(LN); \
fi
if find serverguide/$(LN) -name "*.xml"; then \
xsltproc \
--stringparam title.font.family "DejaVu Sans Bold" \
--stringparam body.font.family "DejaVu Sans Bold" \
--stringparam monospace.font.family "DejaVu Sans Mono"\
--xinclude -o $(BASE)serverguide/$(LN)/serverguide.fo $(UBUNTUPDFXSL) servergui
fop -c fop.xconf -fo $(BASE)serverguide/$(LN)/serverguide.fo -pdf $(BASE)server
fi

The result is the same: http://zalil.ru/34326130
I think this is a mistake Apache FOP.