From: Michael C. <win...@gm...> - 2017-08-12 19:39:55
|
I 've trouble with GDI+. GSystemWin32 sys(hDC, hDC); DeviceWin32 dev(hDC, &sys); This works. GSystemWin32GDIPlus sys(hDC,hDC); GDeviceWin32GDIPlus dev(hDC,&sys); This succeeds, but I get an empty white bitmap. Am I missing some extra initialization for GDI+? Also, I 'm willing to make a Direct2D implementation, anyone already working on it? Thanks. 2017-07-25 15:57 GMT+03:00 Dominique Fober <fo...@gr...>: > Hi all, > > The last commit to the ‘dev’ branch brings a significant change to the > guido engine. > Internal operations have been revised in a more functional approach, which > is transparent for end users. > It comes also with a syntax change for ornaments (\trill \turn \mordent) > that requires existing gmn code to be updated. > The reason of this breach of compatibility is quite simple: the previous > syntax was making use of a chord to specify the non-notated note part of > the ornament (e.g. \trill{g, f#} to indicate a trill on ‘g’ using ‘f#’ as > second note), which was preventing chords ornaments. > With the new design, ornaments work like other tags and the alternate note > is specified as a parameter (e.g. \trill<“f#’>(g) ). > > By the way and since compatibility was broken, inverted dy for dynamics > (\cresc, \decresc) has also been fixed and works now similarly to all the > other tags. Again, existing scripts with dynamics and dy attributes have to > be updated. > > These are the major changes. See the change log for all details and let me > know if these changes pose problems to you. > All the best, > — > Dominique > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Guidolib-devel mailing list > Gui...@li... > https://lists.sourceforge.net/lists/listinfo/guidolib-devel > |