ソースを参照

font for previews is now included

master
whut 2年前
コミット
1287b93ef4
2個のファイルの変更1行の追加1行の削除
  1. バイナリ
      LiberationMono-Regular.ttf
  2. +1
    -1
      acid16.py

バイナリ
LiberationMono-Regular.ttf ファイルの表示


+ 1
- 1
acid16.py ファイルの表示

@@ -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))


読み込み中…
キャンセル
保存