From 5685e60c1789adc7a005ec2418463d5ea09a29d4 Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 6 Feb 2001 10:24:59 +0000 Subject: [PATCH] adding truetype template / updating status git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194026 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 4 ++++ build.xml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 1cb13dc44..46d83780f 100644 --- a/STATUS +++ b/STATUS @@ -29,6 +29,10 @@ Jon Smirl **** HISTORY **** Done since 0.16 release +- added: support for PDF outlines (aka bookmarks). See the example in + docs/examples/fo/pdfoutline.fo [Kelly Campbell] +- added: some text rendering optimizations for PDF [Kelly Campbell] +- added: limited support for fo:wrapper [Kelly Campbell] - added: support in pdfrenderer for using TrueType fonts, and embedding of TrueType and Type1 fonts, and support for kerning [Tore Engvig] - added: further support for complete font handling in pdf renderer [Alain Fagot] diff --git a/build.xml b/build.xml index c286ab258..4a3a1482d 100644 --- a/build.xml +++ b/build.xml @@ -179,6 +179,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -405,10 +406,14 @@ Sometimes ant gives out this warnings, but the build is finished without any pro outfile="${build.src}/${replacestring}/render/pdf/fonts/Symbol.java" smart="yes"/> - + -- 2.39.5