1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 07:32:17 +00:00

Add Knight TV font. As used by the MIT AI Lab.

This commit is contained in:
Lars Brinkhoff
2017-03-06 21:36:02 +01:00
parent b9d027291e
commit 35c48de638
3 changed files with 11 additions and 0 deletions

View File

@@ -204,5 +204,15 @@ QtObject{
fontWidth: 1.0
lowResolutionFont: false
}
ListElement{
name: "Knight_TV"
text: "Knight TV (1975)"
source: "fonts/1975-knight-tv/KnightTVMedium.ttf"
lineSpacing: 0.2
pixelSize: 10
fontWidth: 1.0
baseScaling: 2.0
lowResolutionFont: true
}
}
}