mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-10-31 23:22:17 +00:00
Make font sizes more consistent.
This commit is contained in:
@@ -38,7 +38,7 @@ QtObject{
|
|||||||
source: "fonts/1977-commodore-pet/PetMe.ttf"
|
source: "fonts/1977-commodore-pet/PetMe.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -47,7 +47,7 @@ QtObject{
|
|||||||
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -56,7 +56,7 @@ QtObject{
|
|||||||
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
||||||
lineSpacing: 1
|
lineSpacing: 1
|
||||||
pixelSize: 16
|
pixelSize: 16
|
||||||
baseScaling: 4.0
|
baseScaling: 3.3
|
||||||
fontWidth: 0.9
|
fontWidth: 0.9
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -83,7 +83,7 @@ QtObject{
|
|||||||
source: "fonts/1977-apple2/PrintChar21.ttf"
|
source: "fonts/1977-apple2/PrintChar21.ttf"
|
||||||
lineSpacing: 2
|
lineSpacing: 2
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.9
|
fontWidth: 0.9
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -92,7 +92,7 @@ QtObject{
|
|||||||
source: "fonts/1979-atari-400-800/AtariClassic-Regular.ttf"
|
source: "fonts/1979-atari-400-800/AtariClassic-Regular.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -101,7 +101,7 @@ QtObject{
|
|||||||
source: "fonts/1982-commodore64/C64_Pro_Mono-STYLE.ttf"
|
source: "fonts/1982-commodore64/C64_Pro_Mono-STYLE.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ QtObject{
|
|||||||
source: "fonts/1977-commodore-pet/PetMe.ttf"
|
source: "fonts/1977-commodore-pet/PetMe.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.7
|
fontWidth: 0.7
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -47,7 +47,7 @@ QtObject{
|
|||||||
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -56,7 +56,7 @@ QtObject{
|
|||||||
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
||||||
lineSpacing: 1
|
lineSpacing: 1
|
||||||
pixelSize: 16
|
pixelSize: 16
|
||||||
baseScaling: 4.0
|
baseScaling: 3.3
|
||||||
fontWidth: 0.9
|
fontWidth: 0.9
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -81,9 +81,9 @@ QtObject{
|
|||||||
name: "APPLE_II"
|
name: "APPLE_II"
|
||||||
text: "Apple ][ (1977)"
|
text: "Apple ][ (1977)"
|
||||||
source: "fonts/1977-apple2/PrintChar21.ttf"
|
source: "fonts/1977-apple2/PrintChar21.ttf"
|
||||||
lineSpacing: 2
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -92,7 +92,7 @@ QtObject{
|
|||||||
source: "fonts/1979-atari-400-800/AtariClassic-Regular.ttf"
|
source: "fonts/1979-atari-400-800/AtariClassic-Regular.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.7
|
fontWidth: 0.7
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
@@ -101,7 +101,7 @@ QtObject{
|
|||||||
source: "fonts/1982-commodore64/C64_Pro_Mono-STYLE.ttf"
|
source: "fonts/1982-commodore64/C64_Pro_Mono-STYLE.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.7
|
fontWidth: 0.7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ QtObject{
|
|||||||
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
|
||||||
lineSpacing: 1
|
lineSpacing: 1
|
||||||
pixelSize: 16
|
pixelSize: 16
|
||||||
baseScaling: 3.0
|
baseScaling: 3.3
|
||||||
fontWidth: 0.9
|
fontWidth: 0.9
|
||||||
lowResolutionFont: true
|
lowResolutionFont: true
|
||||||
isSystemFont: false
|
isSystemFont: false
|
||||||
@@ -118,7 +118,7 @@ QtObject{
|
|||||||
name: "APPLE_II_SCALED"
|
name: "APPLE_II_SCALED"
|
||||||
text: "Apple ][ (1977)"
|
text: "Apple ][ (1977)"
|
||||||
source: "fonts/1977-apple2/PrintChar21.ttf"
|
source: "fonts/1977-apple2/PrintChar21.ttf"
|
||||||
lineSpacing: 2
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 3.5
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
@@ -144,7 +144,7 @@ QtObject{
|
|||||||
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
source: "fonts/1981-ibm-pc/PxPlus_IBM_BIOS.ttf"
|
||||||
lineSpacing: 3
|
lineSpacing: 3
|
||||||
pixelSize: 8
|
pixelSize: 8
|
||||||
baseScaling: 4.0
|
baseScaling: 3.5
|
||||||
fontWidth: 0.8
|
fontWidth: 0.8
|
||||||
lowResolutionFont: true
|
lowResolutionFont: true
|
||||||
isSystemFont: false
|
isSystemFont: false
|
||||||
@@ -179,7 +179,7 @@ QtObject{
|
|||||||
text: "HD: Hermit (Modern)"
|
text: "HD: Hermit (Modern)"
|
||||||
source: "fonts/modern-hermit/Hermit-medium.otf"
|
source: "fonts/modern-hermit/Hermit-medium.otf"
|
||||||
lineSpacing: 0.05
|
lineSpacing: 0.05
|
||||||
pixelSize: 28
|
pixelSize: 27
|
||||||
fontWidth: 1.0
|
fontWidth: 1.0
|
||||||
lowResolutionFont: false
|
lowResolutionFont: false
|
||||||
isSystemFont: false
|
isSystemFont: false
|
||||||
|
|||||||
Reference in New Issue
Block a user