Hello list,
is there a way to add some words to the surface of a patch like adding a commentary,
but with a lager type size?
Just for clarity reasons.
Cheers
Clemens
Clemens reinklang@online.de writes:
Hello list,
is there a way to add some words to the surface of a patch like adding a commentary,
but with a lager type size?
Just for clarity reasons.
Cheers
Clemens
Check out [comment] in the Cyclone library.
Derek
Also you canuse canvases and its naming for this.
Derek Kwan derek.x.kwan@gmail.com schrieb am Fr., 21. Sep. 2018, 12:01:
Clemens reinklang@online.de writes:
Hello list,
is there a way to add some words to the surface of a patch like adding a commentary,
but with a lager type size?
Just for clarity reasons.
Cheers
Clemens
Check out [comment] in the Cyclone library.
Derek
-- Derek Kwan www.derekxkwan.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Well,
I can create >> comment << in different sizes,
but no other words
Is there something to notice about the writing?
I put in an Object and wrote >> comment 0 40 << and I got >>comment<< in the corresponding size
but when I do so with another name it is always the same size!!
Cheers
Clemens
Am 21.09.2018 um 12:09 schrieb Johnny Mauser:
Also you canuse canvases and its naming for this.
Derek Kwan <derek.x.kwan@gmail.com mailto:derek.x.kwan@gmail.com> schrieb am Fr., 21. Sep. 2018, 12:01:
Clemens <reinklang@online.de <mailto:reinklang@online.de>> writes: > Hello list, > > is there a way to add some words to the surface of a patch like adding > a commentary, > > but with a lager type size? > > Just for clarity reasons. > > Cheers > > Clemens Check out [comment] in the Cyclone library. Derek -- Derek Kwan www.derekxkwan.com <http://www.derekxkwan.com> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
If for any reason you don't want to add a [cyclone] dependency on your code you can also use a canva's label. You can change it's size (font size) and color (label color).
It normaly substitute whitespaces with underlines but you can use the special char U+00A0 to simulate whitespaces.
You can copy it from here https://unicode-table.com/pt/00A0/
Not sure in other OS but on Windows you can type it using alt+255 or alt+0160 (using the numeric keyboard to type the numbers)
Cheers Henri.
De: Pd-list pd-list-bounces@lists.iem.at em nome de Clemens reinklang@online.de Enviado: sexta-feira, 21 de setembro de 2018 11:38 Para: Johnny Mauser; Derek Kwan Cc: Pd-List Assunto: Re: [PD] type size of a commentary
Well,
I can create >> comment << in different sizes,
but no other words
Is there something to notice about the writing?
I put in an Object and wrote >> comment 0 40 << and I got >>comment<< in the corresponding size
but when I do so with another name it is always the same size!!
Cheers
Clemens
Am 21.09.2018 um 12:09 schrieb Johnny Mauser: Also you canuse canvases and its naming for this.
Derek Kwan <derek.x.kwan@gmail.commailto:derek.x.kwan@gmail.com> schrieb am Fr., 21. Sep. 2018, 12:01: Clemens <reinklang@online.demailto:reinklang@online.de> writes:
Hello list,
is there a way to add some words to the surface of a patch like adding a commentary,
but with a lager type size?
Just for clarity reasons.
Cheers
Clemens
Check out [comment] in the Cyclone library.
Derek
-- Derek Kwan www.derekxkwan.comhttp://www.derekxkwan.com
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
There are 3 options that I can think of:
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Clemens reinklang@online.de Sent: 21 September 2018 08:53 To: pd-list@lists.iem.at Subject: [PD] type size of a commentary
Hello list,
is there a way to add some words to the surface of a patch like adding a commentary,
but with a lager type size?
Just for clarity reasons.
Cheers
Clemens
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On Fri, 2018-09-21 at 16:37 +0000, Liam Goodacre wrote:
There are 3 options that I can think of:
- Use regular comments and change the font size in the Edit menu
(but this will change the text size of all objects as well).
1a. Use regular comment inside a GOP'd abstraction where you can freely adjust the font size independent of the font size of the parent patch. Apparently, this is cumbersome, but still possible.
Romna