Possible small bug in debug print
Possible small bug in debug print. Found during code review.
cairo-1.17.2 cairo-scaled-font-subsets.c:1143 inside #if DEBUG_SUBSETS in static void dump_glyph (...) 1143: printf(" 0x%02x", glyph->utf8[0]); should be '[i]' not '[0]'