Is there a way in PIL to return something that says that a particular character was not properly decoded and so a tofu was inserted in the resulting image?
I want some indication that a tofu was inserted in the image...so I could ensure that I can fallback to another font-family when needed.
The above question is same as: ImageFont detect missing glyph (Python Pillow)