Hi Slaven,
here are the results ;-)
I'm glad to help, let me know if you find anything
strange regarding the two lists.
Cheers,
Marek
On REDHAT ENTERPRISE LINUX 3.0, plus some extra fonts from
www.thewrittenword.com (package fonts10)
$VAR1 = [
[
'Nimbus Sans L',
'urw',
'Unknown'
],
[
'Nimbus Sans L',
'urw',
'Unknown'
],
[
'Bitstream Vera Sans',
'bitstream',
'Unknown'
],
[
'Nachlieli',
'urw',
'Unknown'
],
[
'Kochi Gothic',
'unknown',
'Unknown'
],
[
'AR PL KaitiM GB',
'arphic',
'Unknown'
],
[
'AR PL KaitiM Big5',
'arphic',
'Unknown'
],
[
'Baekmuk Dotum',
'hwan',
'Unknown'
],
[
'FreeSans',
'unknown',
'Unknown'
],
[
'FreeSans',
'unknown',
'Unknown'
],
[
'FreeMono',
'unknown',
'Unknown'
],
[
'FreeSerif',
'unknown',
'Unknown'
],
[
'Courier',
'ibm',
'Unknown'
],
[
'Aharoni',
'urw',
'Unknown'
],
[
'Frank Ruehl',
'urw',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'LucidaTypewriter',
'B&H',
'Unknown'
],
[
'Gothic',
'Shinonome',
'Unknown'
],
[
'Baekmuk Batang',
'hwan',
'Unknown'
],
[
'ZYSong18030',
'unknown',
'Unknown'
],
[
'OpenSymbol',
'unknown',
'Unknown'
],
[
'FreeSerif',
'unknown',
'Unknown'
],
[
'FreeMono',
'unknown',
'Unknown'
],
[
'Kochi Mincho',
'unknown',
'Unknown'
],
[
'Dingbats',
'urw',
'Unknown'
],
[
'Standard Symbols L',
'urw',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'Console',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'Fixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'Gothic',
'Shinonome',
'Unknown'
]
];
AND ON SOLARIS 8 (SPARC), also with the extra fonts:
$VAR1 = [
[
'Helvetica',
'adobe',
'Unknown'
],
[
'Nimbus Sans L',
'urw',
'Unknown'
],
[
'Nimbus Sans L',
'urw',
'Unknown'
],
[
'Bitstream Vera Sans',
'bitstream',
'Unknown'
],
[
'Arial',
'monotype',
'Unknown'
],
[
'FreeSans',
'unknown',
'Unknown'
],
[
'FreeSans',
'unknown',
'Unknown'
],
[
'Monotype Century Schoolbook',
'monotype',
'Unknown'
],
[
'Book Antiqua',
'monotype',
'Unknown'
],
[
'Rockwell MT',
'monotype',
'Unknown'
],
[
'FreeMono',
'unknown',
'Unknown'
],
[
'FreeSerif',
'unknown',
'Unknown'
],
[
'Courier',
'adobe',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'LucidaTypewriter',
'B&H',
'Unknown'
],
[
'Arial Narrow MT',
'monotype',
'Unknown'
],
[
'Symbol',
'adobe',
'Unknown'
],
[
'FreeSerif',
'unknown',
'Unknown'
],
[
'FreeMono',
'unknown',
'Unknown'
],
[
'Dingbats',
'urw',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'Console',
'Misc',
'Unknown'
],
[
'Fixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
],
[
'MiscFixed',
'Misc',
'Unknown'
]
];
-----Original Message-----
From: eserte@xxxxxxxxxxxxxxxxx [mailto:eserte@xxxxxxxxxxxxxxxxx] On
Behalf Of Slaven Rezic
Sent: Monday, November 27, 2006 9:51 PM
To: Rouchal Marek (IFAG COM BTS DF R2G)
Cc: ptk@xxxxxxxxxxxxxxxxxx
Subject: Re: ANNOUNCE: Tk-804.027-p3.patch.gz
<marek.rouchal@xxxxxxxxxxxx> 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
ptk@xxxxxxxxxxxxxxxxxx
https://mailman.stanford.edu/mailman/listinfo/ptk
|