]> git.imager.perl.org - imager.git/blob - W32/imw32.h
make it so we can release sub-dists from the Imager git tree
[imager.git] / W32 / imw32.h
1 #ifndef IMAGER_IMW32_H
2 #define IMAGER_IMW32_H
3
4 #include "imdatatypes.h"
5
6 extern int i_wf_bbox(const char *face, int size, const char *text, int length, int *bbox, int utf8);
7 extern int i_wf_text(const char *face, i_img *im, int tx, int ty, const i_color *cl, 
8                      int size, const char *text, int len, int align, int aa, int utf8);
9 extern int i_wf_cp(const char *face, i_img *im, int tx, int ty, int channel, 
10                    int size, const char *text, int len, int align, int aa, int utf8);
11 extern int i_wf_addfont(char const *file);
12 extern int i_wf_delfont(char const *file);
13
14 #endif