Add a default Unicode font + Support font script parameter
The default PIL
ImageDraw
font only supports latin characters. We must set a default font that supports as many Unicode characters as possible.
We should also add a script parameter that will allow the user to import one of its own font and add some error handling.
Edited by Eva Bardou