I assume that there is no way to obtain a bolded string using text()
Jon
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
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
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.
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.