readS16 323 lib/ttf.c ttf->head->dir_hint = readS16(r); readS16 324 lib/ttf.c int loc_index = readS16(r); //used in 'loca' table readS16 327 lib/ttf.c U16 glyph_data_format = readS16(r); readS16 452 lib/ttf.c os2->xAvgCharWidth = readS16(r); readS16 485 lib/ttf.c os2->sTypoAscender = readS16(r); readS16 486 lib/ttf.c os2->sTypoDescender = readS16(r); readS16 487 lib/ttf.c os2->sTypoLineGap = readS16(r); readS16 494 lib/ttf.c os2->sxHeight = readS16(r); readS16 495 lib/ttf.c os2->sCapHeight = readS16(r); readS16 746 lib/ttf.c ttf->ascent = readS16(r); readS16 747 lib/ttf.c ttf->descent = readS16(r); readS16 748 lib/ttf.c ttf->lineGap = readS16(r); readS16 750 lib/ttf.c hea->minLeftSideBearing = readS16(r); readS16 751 lib/ttf.c hea->minRightSideBearing = readS16(r); readS16 752 lib/ttf.c hea->xMaxExtent = readS16(r); readS16 753 lib/ttf.c hea->caretSlopeRise = readS16(r); readS16 754 lib/ttf.c hea->caretSlopeRun = readS16(r); readS16 755 lib/ttf.c hea->caretOffset = readS16(r); readS16 756 lib/ttf.c readS16(r); //reserved[0] readS16 757 lib/ttf.c readS16(r); //reserved[1] readS16 758 lib/ttf.c readS16(r); //reserved[2] readS16 759 lib/ttf.c readS16(r); //reserved[3] readS16 760 lib/ttf.c S16 metricDataFormat = readS16(r); //should be 0 readS16 825 lib/ttf.c ttf->glyphs[t].bearing = readS16(r); readS16 833 lib/ttf.c ttf->glyphs[t].bearing = readS16(r); readS16 1004 lib/ttf.c else if((flag&0x12) == 0x00) x += readS16(r); readS16 1026 lib/ttf.c else if((flag&0x24) == 0x00) y += readS16(r); readS16 1047 lib/ttf.c S16 num_contours = readS16(&r); readS16 1048 lib/ttf.c ttf->glyphs[t].xmin = readS16(&r); readS16 1049 lib/ttf.c ttf->glyphs[t].ymin = readS16(&r); readS16 1050 lib/ttf.c ttf->glyphs[t].xmax = readS16(&r); readS16 1051 lib/ttf.c ttf->glyphs[t].ymax = readS16(&r); readS16 1679 lib/ttf.c cvt->values[t] = readS16(r);