updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ft2tf / config.h
blob08a7f787eb032d3c36abbd3e971b5e01b1d5f829
1 #define DPI 196
2 #define WIDTHDIFF 0
3 #define HEIGHTDIFF 0
5 /* glyphs are chosen from these fonts */
6 static struct font {
7 char *path;
8 int size;
9 } fonts[] = {
10 {"/path/to/monof55.ttf", 12},
11 {"/path/to/DejaVuSansMono.ttf", 10},
14 /* unicode glyph intervals to include */
15 static int chars[][2] = {
16 {0x0001, 0x03ff},
17 {0x0600, 0x06ff},
18 {0x1d00, 0x2bff},
19 {0x2c60, 0x2c7f},
20 {0xfb00, 0xfdff},
21 {0xfe20, 0xfe2f},
22 {0xfe70, 0xfeff},