X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fttf.h;h=e5462e99cd5ed103663929063827e52e19c7193d;hp=8d5ea6155e691bac86699ac23d6ad5b5aadd63a5;hb=1fed8f12887a57a1fdb9c790bb359e8fa9c05e26;hpb=c3cacee02d5a26355bccc9865dc213e47eeb5370 diff --git a/lib/ttf.h b/lib/ttf.h index 8d5ea61..e5462e9 100644 --- a/lib/ttf.h +++ b/lib/ttf.h @@ -122,7 +122,7 @@ typedef struct _ttfpoint { } ttfpoint_t; typedef struct _ttfglyph { U16 advance; - U16 bearing; + S16 bearing; S16 xmin,ymin,xmax,ymax; int code_size; U8*code;