source: tspsg/resources/common.qrc

appveyor
Last change on this file was 7e8e1b444d, checked in by Oleksii Serdiuk, 12 years ago

DejaVuLGCSansMono.ttf doesn't contain bold version.

Because of this, at least in Kubuntu 12.04, no bold characters where
produced in the solution output even if text was marked to be bold.
Added also bold version of this font (DejaVuLGCSansMono-Bold.ttf) to
built-in resources.

Additionally, updated DejaVuLGCSansMono.ttf to the latest version.

  • Property mode set to 100644
File size: 275 bytes
Line 
1<RCC>
2    <qresource prefix="/images">
3        <file>tspsg.png</file>
4    </qresource>
5    <qresource prefix="/files">
6        <file>COPYING</file>
7        <file>fonts/DejaVuLGCSansMono.ttf</file>
8        <file>fonts/DejaVuLGCSansMono-Bold.ttf</file>
9    </qresource>
10</RCC>
Note: See TracBrowser for help on using the repository browser.