TypeFace.h (pymol-v2.1.0.tar.bz2) | : | TypeFace.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
typedef struct _CTypeFace CTypeFace; | typedef struct _CTypeFace CTypeFace; | |||
CTypeFace *TypeFaceLoad(PyMOLGlobals * G, unsigned char *dat, unsigned int len); | CTypeFace *TypeFaceLoad(PyMOLGlobals * G, unsigned char *dat, unsigned int len); | |||
void TypeFaceFree(CTypeFace * face); | void TypeFaceFree(CTypeFace * face); | |||
int TypeFaceCharacterNew(CTypeFace * I, CharFngrprnt * fprnt, float size); | int TypeFaceCharacterNew(CTypeFace * I, CharFngrprnt * fprnt, float size); | |||
float TypeFaceGetKerning(CTypeFace * I, | float TypeFaceGetKerning(CTypeFace * I, | |||
unsigned int last, unsigned int current, float size); | unsigned int last, unsigned int current, float size); | |||
float TypeFaceGetDescender(CTypeFace * I); | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |