From c6c854944e19ababbe768baaab299fada8879ce5 Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 27 Feb 2001 20:58:58 +0000 Subject: [PATCH] added Tore Engvig new font support git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194098 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 0941e0e29..798770b3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ -**** HISTORY **** - Done since 0.17 release -- added: support for body-start and label-end in lists [Peter S. Housel] -- added: support for non-rotated arcs in svg [Keiron Liddle] +- added: enabling CID keyed truetype fonts; this gives support + for other encodings besides WinAnsiEncoding (eg japanese, chinese, arabic, + iso-whatever, etc). Also makes font inclusion easier [Tore Engvig] +- added: new font configuration [Fotis Jannidis] +- added: support for body-start and label-end in lists [Peter S. Housel] +- added: support for non-rotated arcs in svg [Keiron Liddle] - added: break before and break after for table rows [Keiron Liddle] - added: error is reported if the number of columns the cells are using is different to the number of columns in the table [Keiron Liddle] @@ -11,6 +13,7 @@ Done since 0.17 release - fixed: problems if calculated leader-length < 0 [Fotis Jannidis] - fixed: fixes problem with page break after last row of table body [Keiron Liddle] - fixed: fixed svg placement bug, now puts the image at the correct offset [Keiron Liddle] +- fixed: broken support of jdk 1.1 [Art Welch] Done since 0.16 release -- 2.39.5