On 4/15/11 2:22 PM, Paul McNett wrote:
> dabo Commit
> Revision 6559
> Date: 2011-04-15 11:22:48 -0700 (Fri, 15 Apr 2011)
> Author: Paul
> Trac: http://trac.dabodev.com/changeset/6559
>
> Changed:
> U   trunk/dabo/lib/reportWriter.py
>
> Log:
> Added a new report object, "Defaults", with one initial default to set: 
> FontName.
> If String or Memo don't have FontName explicitly set, the report default will 
> be
> queried. If that isn't explicitly set, the base default will be queried. The
> base default is Helvetica, but I suggest installing DejaVuSans or some other
> true-type font that has extended symbols that will likely be encountered in
> user data, expecially in non-US locales.
>
> Here's an example of the rfxml snippet to make sure your report uses 
> DejaVuSans
> by default:
>
> <Report>
>       ...
>       <Defaults>
>               <FontName>"DejaVuSans"</FontName>
>       </Defaults>
>       ...
> </Report>
>
> Note that currently reportwriter will crash if the font specified isn't
> available. I plan to fix this to default back to Helvetica in that case 
> instead.
+1 from me.  You are really doing a bang up job on report designer 
features...

Regards,

Nate

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to