From: Dominique F. <fo...@gr...> - 2011-06-28 16:49:05
|
Hi all, This is to mention a contribution from Yu Fan to make the guido library code compatible with iOS. The main change introduced is a change in the GDeviceOSX coordinate system: historically, the device was using Quickdraw coordinates and this behavior has been preserved (using scaling and translation) when the device moved to Quartz. The GDeviceOSX default behavior is now to use the Quartz coordinate system. The previous behavior can be preserved by defining a label named _USE_QD_COORDINATES_. Best, -- Dominique |