attempt to add fira code

This commit is contained in:
Gus Caplan
2017-10-28 11:30:11 -05:00
parent b9d027291e
commit 5bf24c892e
7 changed files with 407 additions and 0 deletions
+9
View File
@@ -68,6 +68,15 @@ QtObject{
baseScaling: 3.0
fontWidth: 1.0
}
ListElement{
name: "FIRA_CODE_SCALED"
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 1
pixelSize: 12
baseScaling: 3.0
fontWidth: 1.0
}
ListElement{
name: "APPLE_II"
text: "Apple ][ (1977)"
+9
View File
@@ -68,6 +68,15 @@ QtObject{
baseScaling: 3.0
fontWidth: 1.0
}
ListElement{
name: "FIRA_CODE_SCALED"
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 1
pixelSize: 12
baseScaling: 3.0
fontWidth: 1.0
}
ListElement{
name: "APPLE_II"
text: "Apple ][ (1977)"
+18
View File
@@ -100,6 +100,16 @@ QtObject{
fontWidth: 0.9
lowResolutionFont: true
}
ListElement{
name: "FIRA_CODE_SCALED"
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 1
pixelSize: 16
baseScaling: 3.0
fontWidth: 0.9
lowResolutionFont: true
}
ListElement{
name: "APPLE_II_SCALED"
text: "Apple ][ (1977)"
@@ -204,5 +214,13 @@ QtObject{
fontWidth: 1.0
lowResolutionFont: false
}
ListElement{
name: "FIRA_CODE",
text: "Fira Code (Modern)"
source: "fonts/modern-fira-code/FiraCode-Regular.ttf"
lineSpacing: 0.1
pixelSize: 35
fontWidth: 1.0
lowResolutionFont: false
}
}
Binary file not shown.
+1
View File
@@ -48,6 +48,7 @@
<file>fonts/modern-monaco/monaco.ttf</file>
<file>fonts/modern-hermit/Hermit-medium.otf</file>
<file>fonts/modern-inconsolata/Inconsolata.otf</file>
<file>fonts/modern-fira-code/FiraCode-Regular.ttf</file>
<file>SettingsScreenTab.qml</file>
<file>fonts/modern-fixedsys-excelsior/FSEX301-L2.ttf</file>
<file>../icons/32x32/cool-retro-term.png</file>