FONTCVT_NHASH
hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH;
static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];