Hey all,
I don't see anything in the nbx help about how to set the size of the font content only the size of the nbx label.
Is it possible to set the font size of the float in a nbx? (not through the iem GUI)
Thanks ..b.
On Mon, 30 Jan 2006, B. Bogart wrote:
I don't see anything in the nbx help about how to set the size of the font content only the size of the nbx label.
apparently, you have to set the size of the nbx label then bang:
[; $0-can vis 0, vis 1(
given [namecanvas $0-can]
but it has some... side-effects.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
ummmm
That sounds like a bug, I guess I'll stick with using the GUI for now.
.b.
Mathieu Bouchard wrote:
On Mon, 30 Jan 2006, B. Bogart wrote:
I don't see anything in the nbx help about how to set the size of the font content only the size of the nbx label.
apparently, you have to set the size of the nbx label then bang:
[; $0-can vis 0, vis 1(
given [namecanvas $0-can]
but it has some... side-effects.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Mathieu Bouchard wrote:
On Mon, 30 Jan 2006, B. Bogart wrote:
I don't see anything in the nbx help about how to set the size of the font content only the size of the nbx label.
what exactly do you mean by "size". [nbx] only has a "fontsize" (affects both label and number), a "width" (in characters) and a "height" (which is really rather a scale-factor (size!) of the box (without the number))
you can set everything at your will via messages, as documented in the [pd edit] subpatch of the [nbx] help (2nd col, 2nd row)
apparently, you have to set the size of the nbx label then bang:
[; $0-can vis 0, vis 1(
given [namecanvas $0-can]
but it has some... side-effects.
???
mfg.asd.r IOhannes
changing the label size seems to only change the size of the label, not the size of the number in the box. That is while you watch it and change the mumber, maybe closing/opening copy-pasting updates that part...
0.38 on OSX, did not try it on linux...
.b.
IOhannes m zmoelnig wrote:
Mathieu Bouchard wrote:
On Mon, 30 Jan 2006, B. Bogart wrote:
I don't see anything in the nbx help about how to set the size of the font content only the size of the nbx label.
what exactly do you mean by "size". [nbx] only has a "fontsize" (affects both label and number), a "width" (in characters) and a "height" (which is really rather a scale-factor (size!) of the box (without the number))
you can set everything at your will via messages, as documented in the [pd edit] subpatch of the [nbx] help (2nd col, 2nd row)
apparently, you have to set the size of the nbx label then bang:
[; $0-can vis 0, vis 1(
given [namecanvas $0-can]
but it has some... side-effects.
???
mfg.asd.r IOhannes