X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=2e508bf6b92bf8bd60ec1397f143b9ead2697650;hb=b5a996ee217aea486eb78860fe7bab2b522f9678;hp=caaa983e56e75649af66d014c99dedc6c42b1733;hpb=21cb9045b63f5abec68c3d8ffbcb8c0e234fe33a;p=swftools.git diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index caaa983..2e508bf 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -114,7 +114,7 @@ typedef struct _gfxdevice void (*fillbitmap)(struct _gfxdevice*dev, gfxline_t*line, gfximage_t*img, gfxmatrix_t*imgcoord2devcoord, gfxcxform_t*cxform); //cxform? tiling? void (*fillgradient)(struct _gfxdevice*dev, gfxline_t*line, gfxgradient_t*gradient, gfxgradienttype_t type, gfxmatrix_t*gradcoord2devcoord); //? - /* deprecated */ void (*addfont)(struct _gfxdevice*dev, gfxfont_t*font); + void (*addfont)(struct _gfxdevice*dev, gfxfont_t*font); void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix);