]> git.proxmox.com Git - vncterm.git/commit - debian/control
add genfont2 and unifont build-dependency
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 24 May 2017 09:37:50 +0000 (11:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2017 10:55:19 +0000 (12:55 +0200)
commitebe1002c3d877aae90628636c7c7dc79e5f86653
tree0c743c7584bdc2932702c16f3f0cf3e4ab15dd9f
parent33a537dc6bc6c9e1912f624c263deabf57ba3ee3
add genfont2 and unifont build-dependency

this patch introduces a new tool to generate font data
it uses a new build-dependency, namely unifont, which is an opensource
font with printable charachters for the unicode range from
0x0000 to 0xFFFF

we generate a file which is easily mmap'able and has the same bitformat
we used before (minus the codepoint -> address translation)

note that some characters are using 2 columns as width, so to have a
static lookup, we need to make each character 32 byte long
(1 byte per line, 16 lines per terminal column)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
debian/control
genfont2.c [new file with mode: 0644]