mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
Small changes in scaling and fonts.
This commit is contained in:
parent
372bceb186
commit
e108258e52
@ -7,7 +7,7 @@ Item{
|
|||||||
property var _font: fontlist.get(selectedFontIndex)
|
property var _font: fontlist.get(selectedFontIndex)
|
||||||
property var _scaling: fontScalingList[selectedScalingIndex]
|
property var _scaling: fontScalingList[selectedScalingIndex]
|
||||||
property var source: _font.source
|
property var source: _font.source
|
||||||
property var fontScalingList: [0.75, 1.0, 1.25, 1.50, 1.75, 2.0]
|
property var fontScalingList: [0.75, 1.0, 1.25, 1.50, 1.75, 2.0, 2.25, 2.5]
|
||||||
property int pixelSize: _font.pixelSize * _scaling
|
property int pixelSize: _font.pixelSize * _scaling
|
||||||
property int lineSpacing: (_font.pixelSize / _font.virtualCharHeight) * _font.lineSpacing
|
property int lineSpacing: (_font.pixelSize / _font.virtualCharHeight) * _font.lineSpacing
|
||||||
property size virtualCharSize: Qt.size(_font.virtualCharWidth,
|
property size virtualCharSize: Qt.size(_font.virtualCharWidth,
|
||||||
|
@ -7,7 +7,7 @@ Item{
|
|||||||
property var _font: fontlist.get(selectedFontIndex)
|
property var _font: fontlist.get(selectedFontIndex)
|
||||||
property var _scaling: fontScalingList[selectedScalingIndex]
|
property var _scaling: fontScalingList[selectedScalingIndex]
|
||||||
property var source: _font.source
|
property var source: _font.source
|
||||||
property var fontScalingList: [0.75, 1.0, 1.25, 1.50, 1.75, 2.0]
|
property var fontScalingList: [0.75, 1.0, 1.25, 1.50, 1.75, 2.0, 2.25, 2.50]
|
||||||
property int pixelSize: _font.pixelSize * _scaling
|
property int pixelSize: _font.pixelSize * _scaling
|
||||||
property int lineSpacing: (_font.pixelSize / _font.virtualCharHeight) * _font.lineSpacing
|
property int lineSpacing: (_font.pixelSize / _font.virtualCharHeight) * _font.lineSpacing
|
||||||
property size virtualCharSize: Qt.size(_font.virtualCharWidth,
|
property size virtualCharSize: Qt.size(_font.virtualCharWidth,
|
||||||
@ -16,16 +16,16 @@ Item{
|
|||||||
ListModel{
|
ListModel{
|
||||||
id: fontlist
|
id: fontlist
|
||||||
ListElement{
|
ListElement{
|
||||||
text: "Commodore PET (1977)"
|
text: "Commodore PET 2Y (1977)"
|
||||||
source: "fonts/1977-commodore-pet/COMMODORE_PET.ttf"
|
source: "fonts/1977-commodore-pet/COMMODORE_PET_2y.ttf"
|
||||||
lineSpacing: 2
|
lineSpacing: 2
|
||||||
virtualCharWidth: 8
|
virtualCharWidth: 8
|
||||||
virtualCharHeight: 8
|
virtualCharHeight: 8
|
||||||
pixelSize: 32
|
pixelSize: 32
|
||||||
}
|
}
|
||||||
ListElement{
|
ListElement{
|
||||||
text: "Commodore PET 2Y (1977)"
|
text: "Commodore PET (1977)"
|
||||||
source: "fonts/1977-commodore-pet/COMMODORE_PET_2y.ttf"
|
source: "fonts/1977-commodore-pet/COMMODORE_PET.ttf"
|
||||||
lineSpacing: 2
|
lineSpacing: 2
|
||||||
virtualCharWidth: 8
|
virtualCharWidth: 8
|
||||||
virtualCharHeight: 8
|
virtualCharHeight: 8
|
||||||
|
@ -7,7 +7,7 @@ Item{
|
|||||||
property var source: fontlist.get(selectedFontIndex).source
|
property var source: fontlist.get(selectedFontIndex).source
|
||||||
property var _font: fontlist.get(selectedFontIndex)
|
property var _font: fontlist.get(selectedFontIndex)
|
||||||
property var _scaling: fontScalingList[selectedScalingIndex]
|
property var _scaling: fontScalingList[selectedScalingIndex]
|
||||||
property var fontScalingList: [0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0]
|
property var fontScalingList: [0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5]
|
||||||
property int pixelSize: _font.pixelSize * _scaling
|
property int pixelSize: _font.pixelSize * _scaling
|
||||||
property int lineSpacing: pixelSize * _font.lineSpacing
|
property int lineSpacing: pixelSize * _font.lineSpacing
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE QtCreatorProject>
|
<!DOCTYPE QtCreatorProject>
|
||||||
<!-- Written by QtCreator 3.0.1, 2014-06-25T13:18:19. -->
|
<!-- Written by QtCreator 3.0.1, 2014-06-25T17:39:15. -->
|
||||||
<qtcreator>
|
<qtcreator>
|
||||||
<data>
|
<data>
|
||||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user