VFont.h (pymol-v1.8.6.0.tar.bz2) | : | VFont.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
#define _H_VFont | #define _H_VFont | |||
#include"os_python.h" | #include"os_python.h" | |||
#include"CGO.h" | #include"CGO.h" | |||
int VFontInit(PyMOLGlobals * G); | int VFontInit(PyMOLGlobals * G); | |||
void VFontFree(PyMOLGlobals * G); | void VFontFree(PyMOLGlobals * G); | |||
int VFontLoad(PyMOLGlobals * G, float size, int face, int style, int can_load_ne w); | int VFontLoad(PyMOLGlobals * G, float size, int face, int style, int can_load_ne w); | |||
int VFontWriteToCGO(PyMOLGlobals * G, int font_id, CGO * cgo, const char *text, | int VFontWriteToCGO(PyMOLGlobals * G, int font_id, CGO * cgo, const char *text, | |||
float *pos, float *scale, float *matrix); | float *pos, float *scale, float *matrix, float *color=NULL); | |||
int VFontIndent(PyMOLGlobals * G, int font_id, const char *text, | int VFontIndent(PyMOLGlobals * G, int font_id, const char *text, | |||
float *pos, float *scale, float *matrix, float dir); | float *pos, float *scale, float *matrix, float dir); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |