Re: Bugs in .buildnativefontmap |

Ray Johnston <[email protected]> Wed, 24 Nov 2004 09:01:37 -0800
Newsgroups gmane.comp.printing.ghostscript.patches
Message-ID <[email protected]>
Russell,

This looks OK to commit. Please also commit on the GS_8_1X
branch.

Thanks for finding this. I guess this was a path that never
got exercised on the Mac.

Ralph: Please check to make sure it still works after the patch
on the Mac :-)

Regards,
Ray
________________________________________________________________

Russell Lang wrote:

> Craig Ringer is working on a fontconfig patch based on the 
> nativefonts interface.  Some debugging on IRC this night
> found two errors in .buildnativefontmap.
> For GS_8_1X and HEAD.
> 
> 
> Log message:
> Correct errors in .buildnativefontmap procedure.
> 
> DETAILS:
> The enumeration of fonts returned by .getnativefonts
> was being given "array true" which was causing a 
> typecheck in forall because of a missing exch.
> It should have been "true array".
> 
> Also, .findfontname was returning a name rather than a 
> string, so cvn was failing because it was already a name.
> 
> 
> Russell Lang                   [email protected]
> Ghostgum Software Pty Ltd      http://www.ghostgum.com.au/
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gs-code-review mailing list
> [email protected]
> http://www.ghostscript.com/mailman/listinfo/gs-code-review