Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fonts

How To Stop Tkinter Text Widget Resize On Font Change?

I'm trying to create a simple word processor for starters to learn Python a bit better. I'm… Read more How To Stop Tkinter Text Widget Resize On Font Change?

Converting Text To Image With Unicode Characters

So, the idea here is that the given text, which happens to be Devanagari character such as संस्थानक… Read more Converting Text To Image With Unicode Characters

Python Pyglet Using External Fonts For Labels

I'm working on a project at the moment and I have been trying to change the fonts of the labels… Read more Python Pyglet Using External Fonts For Labels

How To Use My Own Bitmap Font In Pil.imagefont?

I created a bitmap font, basically a 256x256 png image where each character occupies 8x8 tile. I wa… Read more How To Use My Own Bitmap Font In Pil.imagefont?

Unset Pdf Font With Script

I'm creating PDFs automatically using xhtml2pdf library. A couple months ago I had this problem… Read more Unset Pdf Font With Script

Matplotlib Can't Find Font Installed In My Linux Machine

I am trying to draw an xkcd-style plot with matplotlib (ver. 1.4.2) under Python 3. When I try to r… Read more Matplotlib Can't Find Font Installed In My Linux Machine