[Bug 52338] Fop doesn't handle CID TrueType fonts in PostScript output

2012-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52338

Vincent Hennebert vhenneb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Vincent Hennebert vhenneb...@gmail.com ---
Possibility to embed TrueType fonts in PostScript has been added in rev.
1352986:
http://svn.apache.org/viewvc?rev=1352986view=rev

-- 
You are receiving this mail because:
You are the assignee for the bug.


DO NOT REPLY [Bug 52338] Fop doesn't handle CID TrueType fonts in PostScript output

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52338

--- Comment #2 from Glenn Adams gl...@skynav.com 2012-04-07 01:45:13 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52338] Fop doesn't handle CID TrueType fonts in PostScript output

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52338

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52338] Fop doesn't handle CID TrueType fonts in PostScript output

2011-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52338

--- Comment #1 from Mehdi Houshmand med1...@gmail.com 2011-12-15 13:24:34 UTC 
---
Hi Craig, there is a branch for just this:

..fop/branches/Temp_TrueTypeInPostScript/

I also have an outstanding patch:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50483

That does some bug fixing, clean up etc, we are planning on merging this into
trunk in the near future.

Try that, if you don't have any issues could close this bug, thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52338] New: Fop doesn't handle CID TrueType fonts in PostScript output

2011-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52338

 Bug #: 52338
   Summary: Fop doesn't handle CID TrueType fonts in PostScript
output
   Product: Fop
   Version: 1.0
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: fonts
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: ring...@ringerc.id.au
Classification: Unclassified


I'm using fop 1.0 and am having issues with a TrueType CID font - all the
Myriad Pro family in TrueType.

I can embed them in PDF and get perfect results from fop. Unfortunately, I have
to include some other resources that're supplied as EPSs or PDFs. PDF-in-PDF
embedding via Jeremias's fop-pdf-image ext works but has font duplication
problems that mean I can't use it, so I have to use PostScript output from FOP
with embedded EPSs then chuck the result through Distiller.

That's where the problem arises. All the text using CID fonts, like Myriad Pro,
comes out either as [X] boxes in the final PDF with the occasional odd random
glyph scattered through it.

The same fonts embed and work perfectly in FOP's PDF output.

I can't attach the fonts for licensing reasons, but I can supply for testing
purposes to anyone interested. The fonts were converted from OpenType versions
(which fop doesn't support) using FontForge, so they're not studio originals,
but they work perfectly in PDF embedding and other applications.

I've filed this under fonts but it should possibly be ps instead.

I'll test with latest svn trunk and report on that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


TrueType Fonts in PostScript

2010-05-28 Thread Vincent Hennebert
Hi,

Following Jeremias’ notes about implementing support for TrueType fonts
in PostScript:
http://wiki.apache.org/xmlgraphics-fop/TrueTypeInPostScript
I’d like to give it a go. I will create a branch shortly and work from
there. Any help or comments would be most welcome, as I’m mostly
inexperienced in that area.


Thanks,
Vincent


Re: TrueType Fonts in PostScript

2010-05-28 Thread Jeremias Maerki
Hi Vincent,

I'll try to keep up as time allows. Good idea doing this in a branch.

On 28.05.2010 12:46:21 Vincent Hennebert wrote:
 Hi,
 
 Following Jeremias’ notes about implementing support for TrueType fonts
 in PostScript:
 http://wiki.apache.org/xmlgraphics-fop/TrueTypeInPostScript
 I’d like to give it a go. I will create a branch shortly and work from
 there. Any help or comments would be most welcome, as I’m mostly
 inexperienced in that area.
 
 
 Thanks,
 Vincent




Jeremias Maerki