diff options
author | scuri <scuri> | 2010-06-25 19:34:31 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-25 19:34:31 +0000 |
commit | 22b3e42f503d0900f333c7813c1ced0c1b8a6ef1 (patch) | |
tree | 56032836240356e94880963fa6a2e03bb7434d67 /include | |
parent | f99f986398081f3fb70477cade8f0ac2704d1b4e (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/cd_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cd_private.h b/include/cd_private.h index e6adef5..05395b2 100644 --- a/include/cd_private.h +++ b/include/cd_private.h @@ -273,10 +273,12 @@ int cdfCheckBoxSize(double *xmin, double *xmax, double *ymin, double *ymax); void cdNormalizeLimits(int w, int h, int *xmin, int *xmax, int *ymin, int *ymax); int cdGetFileName(const char* strdata, char* filename); int cdStrEqualNoCase(const char* str1, const char* str2); +int cdStrEqualNoCasePartial(const char* str1, const char* str2); int cdStrLineCount(const char* str); char* cdStrDup(const char* str); char* cdStrDupN(const char* str, int len); void cdSetPaperSize(int size, double *w_pt, double *h_pt); +int cdGetFontFileName(const char* font, char* filename); void cdCanvasPoly(cdCanvas* canvas, int mode, cdPoint* points, int n); void cdCanvasGetArcBox(int xc, int yc, int w, int h, double a1, double a2, int *xmin, int *xmax, int *ymin, int *ymax); |