Explorar el Código

font for previews is now included

master
whut hace 2 años
padre
commit
1287b93ef4
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      LiberationMono-Regular.ttf
  2. +1
    -1
      acid16.py

BIN
LiberationMono-Regular.ttf Ver fichero


+ 1
- 1
acid16.py Ver fichero

@@ -117,7 +117,7 @@ for i in range(len(cols)):
print("base{:02X}: \"{}\"".format(i, toHex(cols[i])))

if options.showPreview:
font = ImageFont.truetype("/usr/share/fonts/TTF/LiberationMono-Regular.ttf", 20)
font = ImageFont.truetype("LiberationMono-Regular.ttf", 20)
h, w = imSize = (640, 640)

im = Image.new("RGB", (640, 640), usable(background))


Cargando…
Cancelar
Guardar