hmtx_offset      1931 src/prt2pdf/prt2pdf.c   uint32_t head_offset = 0, hhea_offset = 0, hmtx_offset = 0, maxp_offset = 0;
hmtx_offset      1970 src/prt2pdf/prt2pdf.c         hmtx_offset = offset;
hmtx_offset      1998 src/prt2pdf/prt2pdf.c   if (hmtx_offset && num_h_metrics > 0)
hmtx_offset      2000 src/prt2pdf/prt2pdf.c       (void)fseek (font_fp, hmtx_offset, SEEK_SET);
hmtx_offset      2064 src/prt2pdf/prt2pdf.c   uint32_t head_offset = 0, hhea_offset = 0, hmtx_offset = 0;
hmtx_offset      2097 src/prt2pdf/prt2pdf.c         hmtx_offset = offset;
hmtx_offset      2119 src/prt2pdf/prt2pdf.c   if (hmtx_offset && num_h_metrics > 0)
hmtx_offset      2121 src/prt2pdf/prt2pdf.c       const unsigned char * hmtx_p = font_data + hmtx_offset;