Re: ANNOUNCE: Tk-804.027-p3.patch.gz

Slaven Rezic <[email protected]> 27 Nov 2006 21:50:52 +0100
Newsgroups gmane.comp.lang.perl.tk
Message-ID <[email protected]>
<[email protected]> writes:

> Congratulations Slaven, the new p4 patch fixes all my segfaults
> on Solaris 8 / gcc-4.0.3 / perl-5.8.8 / fontconfig-2.4.1!
> 
> Just two errors in the t/font.t test:
> 
> ok 20 - Expected -descent value
> not ok 21 - Expected -ascent value
> #   Failed test 'Expected -ascent value'
> #   at t/font.t line 139.
> #          got: '18'
> #     expected: '16'
> ok 22 - Expected -size value
> not ok 23 - Expected -linespace value
> #   Failed test 'Expected -linespace value'
> #   at t/font.t line 139.
> #          got: '23'
> #     expected: '21'
> ok 24 - Core dump check (especially for XFT)
> 
> Let me know if you need additional info on this...
> 

Probably a different font... can you send me the result of the
following script:

use Tk;
use Data::Dumper;
$mw = new MainWindow;
$l = $mw->Label(-font => '-*-Helvetica-Bold-R-Normal--18-*-*-*-*-*-*-*');
$f = $l->cget(-font);
@subfonts = $mw->font('subfonts', $f);
print Dumper(\@subfonts);
__END__

Regards,
        Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de

Tk-AppMaster: a perl/Tk module launcher designed for handhelds
	http://tk-appmaster.sf.net
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk