From 20e3a99bbaa2624ecad7b505158edc8dce706ea8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 29 Jun 2006 04:10:35 +0200 Subject: Skip TrueType font output for PS/PDF until it handles vertical layout. The TrueType font subsetting code fails to emit VHEA/VMTX headers for the font, so WMode 1 doesn't work to switch to vertical metrics. Added a bug about this, and changed the PS/PDF output code to just use Type3 in this case until the bug is fixed. Updated the reference images to match the output for PDF/PS backends for the vertical font check. --- BUGS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'BUGS') diff --git a/BUGS b/BUGS index b5dba1169..959ad3e1d 100644 --- a/BUGS +++ b/BUGS @@ -47,3 +47,10 @@ cairo_restore ... This needs a new testcase. + +-- + +Text drawn with vertical metrics cannot currently use TrueType +subsetting for PDF/PS output as the code doesn't write out the necessary +VHEA or VMTX entries to the TrueType font objects. As a result, cairo uses +Type3 fonts which generates slightly different outlines. -- cgit v1.2.1