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
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 \ translate. sh -d serverguide -l $(LN); \ font.family "DejaVu Sans Mono"\ serverguide/ $(LN)/servergui de.fo $(UBUNTUPDFXSL) servergui serverguide/ $(LN)/servergui de.fo -pdf $(BASE)server
./scripts/
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.
--xinclude -o $(BASE)
fop -c fop.xconf -fo $(BASE)
fi
The result is the same: http:// zalil.ru/ 34326130
I think this is a mistake Apache FOP.