atom feed54 messages in at.iem.pd-listRe: [PD] Font weirdness with 0.43test
FromSent OnAttachments
Frank BarknechtAug 20, 2010 9:44 am.png
Bernardo BarrosAug 20, 2010 9:58 am 
Miller PucketteAug 20, 2010 10:17 am 
Frank BarknechtAug 20, 2010 10:24 am 
Bernardo BarrosAug 20, 2010 10:29 am 
Hans-Christoph SteinerAug 20, 2010 11:10 am 
Bernardo BarrosAug 20, 2010 11:14 am 
Hans-Christoph SteinerAug 20, 2010 11:21 am 
Frank BarknechtAug 21, 2010 12:53 am 
Bernardo BarrosAug 21, 2010 10:21 am 
Mathieu BouchardAug 21, 2010 10:38 am 
Mathieu BouchardAug 21, 2010 10:50 am 
Hans-Christoph SteinerAug 21, 2010 11:07 am 
Mathieu BouchardAug 22, 2010 9:34 am 
Frank BarknechtAug 23, 2010 4:01 am 
Hans-Christoph SteinerAug 23, 2010 10:19 pm 
Hans-Christoph SteinerAug 23, 2010 10:20 pm 
Miller PucketteAug 24, 2010 1:38 pm 
Hans-Christoph SteinerAug 25, 2010 9:14 am 
Miller PucketteAug 25, 2010 11:09 am 
Hans-Christoph SteinerAug 25, 2010 11:44 am 
Miller PucketteAug 25, 2010 11:49 am 
Hans-Christoph SteinerAug 25, 2010 12:39 pm.tcl
Hans-Christoph SteinerAug 25, 2010 1:18 pm 
cyrille henryAug 25, 2010 1:30 pm 
Hans-Christoph SteinerAug 25, 2010 1:57 pm 
Hans-Christoph SteinerAug 25, 2010 2:04 pm 
Mathieu BouchardAug 25, 2010 2:24 pm 
cyrille henryAug 25, 2010 2:50 pm 
Miller PucketteAug 25, 2010 9:52 pm 
IOhannes m zmoelnigAug 26, 2010 12:26 am 
JackAug 26, 2010 4:07 am 
Roman HaefeliAug 26, 2010 4:20 am 
Hans-Christoph SteinerAug 26, 2010 8:52 am 
Hans-Christoph SteinerAug 26, 2010 8:57 am 
Hans-Christoph SteinerAug 26, 2010 8:59 am 
Hans-Christoph SteinerAug 26, 2010 10:48 am.tcl
Hans-Christoph SteinerAug 26, 2010 10:53 am 
Miller PucketteAug 26, 2010 11:43 am 
Hans-Christoph SteinerAug 26, 2010 12:26 pm 
Hans-Christoph SteinerAug 26, 2010 12:42 pm 
Hans-Christoph SteinerAug 26, 2010 1:42 pm.patch
Bernardo BarrosAug 26, 2010 1:51 pm 
Hans-Christoph SteinerAug 27, 2010 9:47 am 
Miller PucketteAug 27, 2010 10:01 pm 
Hans-Christoph SteinerAug 29, 2010 10:44 am 
Miller PucketteAug 29, 2010 9:16 pm 
Hans-Christoph SteinerAug 30, 2010 3:04 pm 
Miller PucketteAug 30, 2010 5:30 pm 
Hans-Christoph SteinerAug 30, 2010 6:41 pm 
Mathieu BouchardSep 5, 2010 2:16 pm 
Hans-Christoph SteinerSep 5, 2010 8:22 pm 
Mathieu BouchardSep 9, 2010 1:14 pm 
Hans-Christoph SteinerSep 9, 2010 9:57 pm 
Subject:Re: [PD] Font weirdness with 0.43test
From:Hans-Christoph Steiner (ha@at.or.at)
Date:Aug 25, 2010 9:14:48 am
List:at.iem.pd-list

I think the real solution to this would be one step deeper. If Pd used Tcl to handle the GUI interaction, then we could use the Tk scaling feature, which is what Tk does to handle cross-platform differences in font rendering. Pd could then store the Tk scaling number in the patch, and use it to scale internal copies of pixel values, when necessary. Then we could have the best of both worlds. This would also give us the ability to zoom/scale patches for free.

This is not as hard as it might seem, I believe DesireData has this working. I think this would also be quite clean and actually simplify Pd's code rather than adding more complexity by tracking both when fonts should fit to the box size and when the box size should fit to the font.

I'll take a look at the big text block clicking issue now. Do you have an example patch?

.hc

On Aug 24, 2010, at 4:38 PM, Miller Puckette wrote:

Long as there's a way to fix a problem I'm having: in message boxes with many lines of text, you can easily click on one character and select one above it... it gets very confusing. (Fedora 13 out-of-box).

I'm guessing that in the current version the GUI simply tells Pd what size the font ought to have had instead of the genuine one. Pd could easily expand the box to the ought-to size (at least optionally for those wishing to make cross-platform patches) but should know about the text's actual size anyway. To be continued...

cheers Miller

On Tue, Aug 24, 2010 at 01:21:08AM -0400, Hans-Christoph Steiner wrote:

On Aug 23, 2010, at 7:01 AM, Frank Barknecht wrote:

Hi,

On Sat, Aug 21, 2010 at 01:39:08PM -0400, Mathieu Bouchard wrote:

BTW I've been using Pd-Extended's Linux/OSX default font size as the basis for all my patches for making my last 400 patches or so.

I've used Pd vanilla for all my patches so far, with a "10" font- size, whatever that is in pixels. I know, that Pd-extended uses some different layout for several years now, which makes patches look wrong when you load them in Pd vanilla and the other way around. I have not much interest to discuss the differences between vanilla and Pd-x, as I am hoping the two to unify again with the gui-rewrite. So I'm willing to change my preferences to whatever will be the new vanilla, but I'd prefer to not do again that with every release or with every new Courier-like font that pops up on the Internets' Top 10 console font lists and is so much better than the previous ones.

Unless Miller changes it in the future, Pd 0.43 should have the same boxes sizes that Pd-extended has had for a couple versions. That was one of my goals with the GUI rewrite. Its a bug if that's not the case.

.hc

The arc of history bends towards justice. - Dr. Martin Luther King, Jr.

You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie