~justas.sadzevicius/schooltool/content_provider_api

« back to all changes in this revision

Viewing changes to src/schooltool/app/config-schema.xml

  • Committer: Gediminas Paulauskas
  • Date: 2011-02-23 14:32:55 UTC
  • mfrom: (2747.2.1 schooltool-free-fonts)
  • Revision ID: menesis@pov.lt-20110223143255-8tjd3but0lh3jo2y
Use Liberation fonts instead of non-free Microsoft fonts (LP: #371655).

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
 
157
157
  <key name="reportlab_fontdir" datatype="string">
158
158
    <description>
159
 
      Specifies the path to TrueType fonts (Arial and Times New Roman)
 
159
      Specifies the path to TrueType fonts (Liberation)
160
160
      for reportlab.
161
161
 
162
162
      Comment out to disable reportlab.
163
163
    </description>
164
164
    <example>
165
 
      reportlab_fontdir /usr/share/fonts/truetype/msttcorefonts
 
165
      reportlab_fontdir /usr/share/fonts/truetype/ttf-liberation
166
166
    </example>
167
167
  </key>
168
168