49 #ifdef POLYFONTS_WANTS_IO 50 pffont *pfLoadFont(
char *fileName);
55 int pfGetFontBBox(
double *minx,
double *miny,
double *maxx,
double *maxy);
78 int pfGetCharBBox(
wchar_t c,
double *minx,
double *miny,
double *maxx,
double *maxy);
double pfGetCharAdvance(wchar_t c)
int pfSetScaleBoxW(wchar_t *c, double w, double h)
int pfSetScaleBox(char *c, double w, double h)
void pfGetPosition(double *x, double *y)
int pfDrawStringW(wchar_t *c)
int pfDrawString(const char *c)
int pfDrawChar(wchar_t c)
double pfdkGetStringWidth(const char *c)
double pfGetCharAscent(wchar_t c)
int pfGetCharBBox(wchar_t c, double *minx, double *miny, double *maxx, double *maxy)
int pfGetFontBBox(double *minx, double *miny, double *maxx, double *maxy)
void pfUnloadFont(pffont *f)
void pfSetScale(double s)
double pfGetCharWidth(wchar_t c)
void pfSetAngleD(double a)
void pfSetPosition(double x, double y)
void pfSetScaleXY(double sx, double sy)
double pfGetCharDescent(wchar_t c)
void pfSetAngleR(double a)
void pfSetCenter(int onOff)
pffont * pfGetCurrentFont()
double pfGetCharHeight(wchar_t c)
wchar_t pfGetChar(int glyph)
double pfGetFontDescent()