1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 23:52:06 +00:00

Many many new fonts. Sripped out resource file of what was useless.

This commit is contained in:
Filippo Scognamiglio
2014-12-23 02:12:59 +01:00
parent 7dcf98c395
commit 1119f774f9
25 changed files with 254 additions and 28 deletions

View File

@@ -31,6 +31,15 @@ QtObject{
property real defaultFontWidth: fontlist.get(selectedFontIndex).fontWidth
property ListModel fontlist: ListModel{
ListElement{
name: "PROGGY_TINY"
text: "Proggy Tiny (Modern)"
source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
lineSpacing: 1
pixelSize: 16
baseScaling: 3.5
fontWidth: 0.9
}
ListElement{
name: "COMMODORE_PET"
text: "Commodore PET (1977)"
@@ -61,7 +70,7 @@ QtObject{
ListElement{
name: "COMMODORE_64"
text: "Commodore 64 (1982)"
source: "fonts/1982-commodore64/C64_User_Mono_v1.0-STYLE.ttf"
source: "fonts/1982-commodore64/C64_Pro_Mono_v1.0-STYLE.ttf"
lineSpacing: 3
pixelSize: 8
baseScaling: 4.0