logo       

RE: ANNOUNCE: Tk-804.027-p3.patch.gz: msg#00043

Subject: RE: ANNOUNCE: Tk-804.027-p3.patch.gz
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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe