gdgen_text.h 234 B

12345678
  1. #pragma once
  2. #include <common/geom.h>
  3. #include <gd.h>
  4. void gdgen_text(gdImagePtr im, pointf spf, pointf epf, int fontcolor,
  5. double fontsize, int fontdpi, double fontangle, char *fontname,
  6. char *str);