[Tex/LaTex] Generate unreadable handwriting text

fonts

I read this question, not what I want, I don't want lorem ipsum either

see this picture

enter image description here

A classic movie scene in cartoons and real movies, a letter appears to be written in a smooth elegant handwriting. However, the text itself is meaningless. Lots of curves. The reader immediately understands that it's unreadable so he skips to the end of the letter to read the readable part.

maybe something like

or this

enter image description here

Can such text be generated using latex? Many people try to read lorem ipsum, including me 🙂 if i mix alphabet letters, the reader might not be able to spot the readable part immediately, and might ignore the whole article. I want to avoid using alphabet letters, and I want handwriting since it's smooth.

Best Answer

first hit for google squiggle fonts suggested http://www.fontspace.com/category/squiggle from where I picked up MumbleGrumble (free for personal use licence) then using xelatex:

enter image description here

\documentclass{article}

\usepackage{fontspec}
\setmainfont{MumbleGrumble I BB}

\begin{document}

One two three four this is almost as bad as my real handwriting.
Red yellow green blue.


\end{document}