> Le 24 nov. 2016 à 16:12, Paul Lovejoy <[email protected]> a écrit : > > Hi, > > We’re working on moving a v12 database to v15. This database started life on > the European version 4, which I guess was version 2 in the US. > > We’ve noticed a lot of problems with text being cut off at the bottom, > particularly on printed output. There is apparently some sort of new font > handling which causes this. We’ve experimented with modifying the fonts > defined in the style sheets but it seems we can’t espace having to retouch > practically every printed layout. This will means days of tedious work. > > Has anyone else run into this and found a solution?
See the note at bottom of this page: <http://doc.4d.com/4Dv15R5/4D/15-R5/Setting-object-display-properties.300-2964054.en.html> Maybe a method using OBJECT GET BEST SIZE called by printed forms, or get the font size and add something like (1,2*font size) to the field height could correct some problems, but not all unfortunately. When resizing objects height with mouse, "stick to grid" is very important. -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

