discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

bolded fonts using text()

J
jon
Thu, Nov 12, 2015 2:41 AM

I assume that there is no way to obtain a bolded string using text()

Jon

I assume that there is no way to obtain a bolded string using text() Jon
MK
Marius Kintel
Thu, Nov 12, 2015 2:51 AM

Like this?

text("Hello", font="Helvetica:style=Light");
translate([0,-12]) text("Hello Bold", "Helvetica:style=Bold”);

On Nov 11, 2015, at 21:41 PM, jon jon@jonbondy.com wrote:

I assume that there is no way to obtain a bolded string using text()

Jon


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Like this? text("Hello", font="Helvetica:style=Light"); translate([0,-12]) text("Hello Bold", "Helvetica:style=Bold”); > On Nov 11, 2015, at 21:41 PM, jon <jon@jonbondy.com> wrote: > > I assume that there is no way to obtain a bolded string using text() > > Jon > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
J
jon
Thu, Nov 12, 2015 3:18 AM

Ah.  The very last example.  Might be worth adding a comment about this
in the definition of the Font field.

Thanks!

On 11/11/2015 9:51 PM, Marius Kintel wrote:

Like this?

text("Hello", font="Helvetica:style=Light");
translate([0,-12]) text("Hello Bold", "Helvetica:style=Bold”);

On Nov 11, 2015, at 21:41 PM, jon jon@jonbondy.com wrote:

I assume that there is no way to obtain a bolded string using text()

Jon


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org


No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7227 / Virus Database: 4457/10981 - Release Date: 11/11/15

Ah. The very last example. Might be worth adding a comment about this in the definition of the Font field. Thanks! On 11/11/2015 9:51 PM, Marius Kintel wrote: > Like this? > > text("Hello", font="Helvetica:style=Light"); > translate([0,-12]) text("Hello Bold", "Helvetica:style=Bold”); > > >> On Nov 11, 2015, at 21:41 PM, jon <jon@jonbondy.com> wrote: >> >> I assume that there is no way to obtain a bolded string using text() >> >> Jon >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7227 / Virus Database: 4457/10981 - Release Date: 11/11/15
M
MichaelAtOz
Thu, Nov 12, 2015 3:39 AM

jon_bondy wrote

Might be worth adding a comment about this in the definition of the Font
field.

How's  this
https://en.wikibooks.org/w/index.php?title=OpenSCAD_User_Manual/Text&stable=1
?


Newly minted Admin - PM me if you need anything, or if I've done something stupid...

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

View this message in context: http://forum.openscad.org/bolded-fonts-using-text-tp14381p14385.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

jon_bondy wrote > Might be worth adding a comment about this in the definition of the Font > field. How's this <https://en.wikibooks.org/w/index.php?title=OpenSCAD_User_Manual/Text&stable=1> ? ----- Newly minted Admin - PM me if you need anything, or if I've done something stupid... Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- View this message in context: http://forum.openscad.org/bolded-fonts-using-text-tp14381p14385.html Sent from the OpenSCAD mailing list archive at Nabble.com.