Text to go in the release notes:
|
This enhancement lets you configure the label maker font list and add new fonts. It fetches the <ttf> section from koha-conf.xml, and looks for entries with a "name" attribute:
- For an existing default font, it will rename that font in the font list.
- For a new font, it will add it to the font list in the label creator pages.
- If you don't change anything in koha-conf.xml, then there is no behaviour change.
Notes:
1. To configure the name displayed in the label maker font list, add a name element in koha-conf.xml to the font in the <ttf> section (for example: name="Times New Roman").
2. To add a new font, add an entry in the <ttf> section (for example: <font type="A" name="Arial">/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf</font>).
|