On 2012-12-06 04:42, Hans-Peter Diettrich wrote: > A control on screen is painted pixel-by-pixel, you cannot have > fractions of pixels on the screen.
Actually you can, but it is more of an optical illusion. :) eg: floating point calculation for anti-aliased drawing. With AggPas I can draw a 0.4 pixel wide line. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
