From: Jerome B. <be...@gr...> - 2004-05-11 17:38:35
|
Hi, We are about to release a SDK for Guido. The current API needs a few adjustements, in order to keep it clean and simple. Following changes are on the way: - GuidoAdjustPageSize() will be renamed GuidoResizePageToMusic() - GuidoSetAutoBeam(), GuidoSetSpringParameter(), GuidoSetOptForce(), GuidoSetNeighborhoodSpacing(), GuidoSetOptPageFill() and their "Get" equivalents will be removed. These settings will be accessible via the existing GuidoSet/GetSetting( id, value ) function instead. - GuidoSetDefaultPageSize( char * sizex... will use float types instead of char * - The deprecated int GuidoGetVersionNum() will be removed. - The obsolete field "isprint" of the struct GuidoOnDrawDesc will be removed. - Giving the GPaintStruct "erase" field a more explicit name. Any remarks and suggestions are welcome. Jerome |