Re: How to put text on a curved surface?
- To: mathgroup at smc.vnet.net
- Subject: [mg87226] Re: How to put text on a curved surface?
- From: P_ter <petervansummeren at gmail.com>
- Date: Fri, 4 Apr 2008 03:00:58 -0500 (EST)
I got help from Michael Trott. He suggested one could use:mText2D = ImportString[ExportString[Cell[TextData[StyleBox["Mathematica", FontWeight -> "Bold"]], "Section"], "PDF"]][[1]] I changed the text to "A", the format to "JPEG" and the size to 24. After that I used "Best way to draw a raster image onto a curved surface" from Andrew Moylan. It worked. Thanks to everyone.