Going to have to join the, I don't quite get what Wolfram thinks is the big deal crowd: > The goal of the book is to take people from zero to the point where they know enough about the Wolfram Language that they can routinely use it to create programs for things they want to do. And when I say “zero”, I really mean “zero”. This is a book for everyone. One of the examples he gives is how to: Make a word cloud from the…
FYI here are your answers...
WordCloud[StringTake[WordList[], 1], WordSpacings -> 10] (* spaced out * )
WordCloud[StringTake[WordList[], 1], Binarize[CurrentImage[]]] (* shaped like your face * )
twitter = ServiceConnect["Twitter"]; ServiceExecute[twitter, "ImageTweet", Image ->WordCloud[StringTake[WordList[], 1]]] ( * Tweet a wordcloud *)
For that kind of detail, you will always want the documentation http://reference.wolfram.com/language/ref/WordCloud.html