Add Fixedsys Excelsior font.

This commit is contained in:
Filippo Scognamiglio 2015-01-07 11:16:09 +01:00
parent 283aa92579
commit ac70da5b38
3 changed files with 11 additions and 0 deletions

View File

@ -70,6 +70,16 @@ QtObject{
fontWidth: 1.0
lowResolutionFont: true
}
ListElement{
name: "EXCELSIOR_SCALED"
text: "Fixedsys Excelsior (Modern)"
source: "fonts/modern-fixedsys-excelsior/FSEX301-L2.ttf"
lineSpacing: 0
pixelSize: 16
baseScaling: 2.0
fontWidth: 1.0
lowResolutionFont: true
}
ListElement{
name: "COMMODORE_PET_SCALED"
text: "Commodore PET (1977)"

Binary file not shown.

View File

@ -50,5 +50,6 @@
<file>fonts/modern-envy-code-r/Envy Code R.ttf</file>
<file>fonts/modern-inconsolata/Inconsolata.otf</file>
<file>SettingsScreenTab.qml</file>
<file>fonts/modern-fixedsys-excelsior/FSEX301-L2.ttf</file>
</qresource>
</RCC>