Skip to content

Instantly share code, notes, and snippets.

View doches's full-sized avatar
🍸
Probably asleep

Trevor Fountain doches

🍸
Probably asleep
View GitHub Profile
@doches
doches / gist:435762
Created June 12, 2010 14:01
FontTool.py -- A tool for creating bitmap fonts from TrueType fonts
import os
import pygame
import sys
from pygame.locals import *
from optparse import OptionParser
screen = pygame.display.set_mode((800,600))
pygame.display.set_caption("FontTool")
pygame.init()