missed font7 table for hebrew:
static unsigned char font7Hebrew[] = {
8, 7, 6, 7, 7, 4, 5, 7,
8, 4, 7, 7, 7, 7, 7, 4,
5, 7, 7, 7, 7, 7, 7, 7,
7, 9, 8, 2, 2, 2, 2, 2
};
another realization of hebrew fonts (PILOC)
// piloc hebrew table
static unsigned char pi_font0Hebrew[] = {
6, 6, 5, 6, 6, 3, 4, 6,
6, 3, 6, 5, 6, 6, 6, 3,
4, 6, 6, 6, 6, 6, 6, 6,
6, 7, 7, 2, 2, 2, 2, 2
};
static unsigned char pi_font1Hebrew[] = {
7, 7, 6, 7, 7, 4, 5, 7,
8, 4, 6, 6, 6, 7, 8, 4,
5, 7, 8, 7, 7, 6, 6, 7,
6, 9, 8, 2, 2, 2, 2, 2
};
static unsigned char pi_font2Hebrew[] = {
7, 7, 6, 7, 7, 4, 5, 7,
7, 4, 7, 7, 7, 7, 7, 4,
4, 7, 7, 7, 7, 6, 7, 7,
7, 7, 7, 2, 2, 2, 2, 2
};
static unsigned char pi_font7Hebrew[] = {
8, 7, 6, 7, 7, 5, 5, 7,
8, 4, 7, 7, 7, 7, 7, 4,
5, 7, 7, 7, 7, 7, 7, 7,
7, 9, 8, 2, 2, 2, 2, 2
};