I saw a recipe in here regarding the use of PIL/Pillow on Tkinter. The examples used were for labels.
I was wondering and would like to know if it can be done on a text widget so that we could use a external font instead of what is available in the user's machine.
EDIT 1: I seen a way to make it possible using this posted by Bryan Oakley regarding line numbers (although the project I'm working does not have line numbers) but I can't seem to get a grip on how to add the custom font code in the recipe