Pillow
Pillow copied to clipboard
Check text is either string or bytes
Resolves #8307
When #8141 added support for bytes in FreeTypeFont, it presumed that the text would be either a string or bytes.
This raises an error if neither are the case.