Qurak

Style text using filled curves

Example 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
text = First[First[ImportString[ExportString[Style["Wolfram", FontSize -> 24, FontFamily -> "Times"], "PDF"]]]];

No output - this step sets something up for the next one.

Step 2
Graphics[{EdgeForm[Opacity[0.25]], Table[{ColorData["TemperatureMap"][t], Translate[text, 4 {-t, t}]}, {t, 0, 1, 1 / 10}]}, ImageSize -> Medium]
Output
-Graphics-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client