[Laszlo-dev] Font Height Issue

Aaron Nicholson aaron.nicholson at cooptual.com
Mon Jul 18 17:20:17 PDT 2005


Hi there. I'm new to this group, but I work with Ben at co+optual.  
I'm the infamous designer.
I've got this little issue with text being clipped off on the bottom.  
Decenders get whacked right at the baseline of the text. This only  
seems to occur when I use a true-type font, but it happens even with  
Vera, which is bundled with Laszlo. I can compensate for it by  
setting the height att to the text size plus a few pixels, so it  
appears the metrics are not configuring properly. This isn't a great  
work-around when dealing with multiline text though, as you might  
imagine. Any ideas?
Thanks a bunch,
Aaron
---+
co+optual
Aaron Nicholson
Interface Designer
805.637.3440
aaron.nicholson at cooptual.com
http://www.cooptual.com


On Jul 18, 2005, at 12:00 PM, laszlo-dev-request at openlaszlo.org wrote:

> Send Laszlo-dev mailing list submissions to
>     laszlo-dev at openlaszlo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
> or, via email, send a message with subject or body 'help' to
>     laszlo-dev-request at openlaszlo.org
>
> You can reach the person managing the list at
>     laszlo-dev-owner at openlaszlo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Laszlo-dev digest..."
>
>
> Today's Topics:
>
>    1. Re: Persistent connections / drawing (Phillip Pearson)
>    2. Re: Persistent connections / drawing (Phillip Pearson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 18 Jul 2005 14:09:45 +1200
> From: Phillip Pearson <pp at myelin.co.nz>
> Subject: Re: [Laszlo-dev] Persistent connections / drawing
> To: David Temkin <temkin at laszlosystems.com>
> Cc: laszlo-dev at openlaszlo.org
> Message-ID: <20050718020945.GF20853 at myelin.co.nz>
> Content-Type: text/plain; charset=us-ascii
>
> Excellent - thanks Harry and David; that's exactly what I wanted to
> know.  I'll have a hack around and see what I can come up with!
>
> Cheers,
> Phil :)
>
> On Sun, Jul 17, 2005 at 09:28:03AM -0700, David Temkin wrote:
>
>> The persistent connection does hold a socket open; but it's an HTTP
>> connection. This makes it work with firewalls, etc -- often, non- 
>> port 80
>> traffic will be blocked. This technique is sometimes called "HTTP  
>> trickle"
>> and it's used in systems other than OpenLaszlo, such as KnowNow,  
>> mod_pubsub,
>> Kenemea, etc. A single HTTP request is made to the OpenLaszlo  
>> server; that
>> connection remains open and the server trickles info back (1) when a
>> real-time event is being pushed to the client, and (2) just to  
>> keep the
>> connection alive (a minimal amount of info is returned every few  
>> seconds in
>> the absence of pushed events).
>>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 18 Jul 2005 14:10:52 +1200
> From: Phillip Pearson <pp at myelin.co.nz>
> Subject: Re: [Laszlo-dev] Persistent connections / drawing
> To: David Temkin <temkin at laszlosystems.com>
> Cc: laszlo-dev at openlaszlo.org
> Message-ID: <20050718021052.GG20853 at myelin.co.nz>
> Content-Type: text/plain; charset=us-ascii
>
> Err, I mean: thanks to HENRY and David.  Not Harry and David.  Oops!
>
> Cheers,
> Phil :)
>
>
> ------------------------------
>
> _______________________________________________
> Laszlo-dev mailing list
> Laszlo-dev at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
>
>
> End of Laszlo-dev Digest, Vol 10, Issue 11
> ******************************************
>



More information about the Laszlo-dev mailing list