QCHAR
#define QCHAR 2 /* quoted character */
#define QCHAR(c) (c < lcg_font.firstchar ? 0 : \
#define QCHAR(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar)