[Gambas-devel-svn] SF.net SVN: gambas:[6902] gambas/trunk/comp/src/gb.report2
Brought to you by:
gambas
From: <ga...@us...> - 2015-02-20 09:13:23
|
Revision: 6902 http://sourceforge.net/p/gambas/code/6902 Author: gambix Date: 2015-02-20 09:13:16 +0000 (Fri, 20 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now font are inherited from the container by default. If the container is a report and if the report.font is not initialized then it try to une one of the following fonts : "DejaVu Serif", "Liberation Serif", "Bitstream Vera Serif", "Serif", "Arial" with the size at 12 pt. If no one of these fonts are found then it use the current paint.font. By enforcing the font, i try to limit the random in report rendering between each Desktop Environnement. Moreover i think users must define a report.font too for more security. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.connection/Connection2.connection gambas/trunk/comp/src/gb.report2/.connection/Connection2.template Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |