shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

Provide for font selection in printbadge handler. #349

Closed shevett closed 9 years ago

shevett commented 9 years ago

You can specify the font size within the XML, but not the font itself. Add a selector in the SAX parser that allows for a font name as well as the existing size.

dkapell commented 9 years ago

This is tested and checked in. There is a new attribute "font" which can be set to "helvetica", "times" or "courier" or a path to a font file on disk. If the path is invalid, it will default back to helvetica. This is documented on the EditEvent page along with #359 and #360