[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Text label mis-sizing / clipping
From: |
Kazunobu Kuriyama |
Subject: |
Re: Text label mis-sizing / clipping |
Date: |
Fri, 17 Sep 2004 06:44:08 +0900 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1 |
Apart from the design recommendations to get around the problem,
I think there's yet another thing taken into account.
Apple has such a privilege that they can uniformly provide
their clients with the whole, ready-made system environment.
Of course, it includes fonts. Because of this, Cocoa developers
hardly need to be worried about fonts used by the potential
users of their products, as both the developers and the users
are reasonably supposed to share the same fonts with each other.
In short, what a developer sees is what a user gets, and vice
versa.
Unfortunately, as several people witnessed, this is not the
case for GNUstep.
If GNUstep provided a sort of official font collection, and
imposed it on all users, GNUstep developers could enjoy the
same privilege that Cocoa developers has, and the issue we
are now talking about would never be manifested at all.
From various reasons, however, I don't think such a collection
gives us a satisfying solution.
IMO, like other GUI toolkits and frameworks for X, a label
widget class which can change its boundary size automatically
in accordance with the extent of the text to be displayed
gives a better solution. In contrast to Cocoa, GNUstep
inevitably faces the diversity of users' various font
environments. The mis-sizing/clipping issue won't be
eliminated until GNUstep inherently deal with the diversity
its own way.
Regards,
Kazunobu Kuriyama
- Re: Text label mis-sizing / clipping, (continued)
- Re: Text label mis-sizing / clipping, Riccardo, 2004/09/14
- Re: Text label mis-sizing / clipping, Adrian Robert, 2004/09/15
- Re: Text label mis-sizing / clipping, Alexander Malmberg, 2004/09/15
- Re: Text label mis-sizing / clipping, Adrian Robert, 2004/09/15
- Re: Text label mis-sizing / clipping, Alexander Malmberg, 2004/09/15
- Re: Text label mis-sizing / clipping, Adrian Robert, 2004/09/16
- Re: Text label mis-sizing / clipping, Gregory John Casamento, 2004/09/16
- Re: Text label mis-sizing / clipping,
Kazunobu Kuriyama <=
- Re: Text label mis-sizing / clipping, Jeff Teunissen, 2004/09/17
- Message not available
- Re: Text label mis-sizing / clipping, Jeff Teunissen, 2004/09/23
- Re: Text label mis-sizing / clipping, Benhur Stein, 2004/09/17
- Re: Text label mis-sizing / clipping, Alexander Malmberg, 2004/09/22
- Re: Text label mis-sizing / clipping, Kazunobu Kuriyama, 2004/09/22
- Re: Text label mis-sizing / clipping, Benhur Stein, 2004/09/22
- Re: Text label mis-sizing / clipping, Alexander Malmberg, 2004/09/28
Re: Text label mis-sizing / clipping, Pablo Di Noto, 2004/09/15
Re: Text label mis-sizing / clipping, Alexander Malmberg, 2004/09/22