How to make a Robot to generate automatic different google fonts

Greetings,
I want to make a robot that can write on its own after giving a few instructions (Like to generate fancy fonts). Is it possible or not? I saw a few videos about such robots on YouTube but those were high level sites and i want a small level which will arduino based. Any experienced person guide me?
Thanks in advance

Use a sufficiently big Arduino that can run the font generator. A RasPi may be better suited, though.

You can have the specific font paths in external memory, such as an SD card. Then you simply upload the text you want to have printed to the Arduino as plain text ASCII, with an additional command (e.g. a numerical value) for which font to use, after which the Arduino reads the font traces letter by letter from the SD card and plots the trace.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.