Scanlines now follow font scaling.

This commit is contained in:
Filippo Scognamiglio
2014-05-29 01:13:31 +02:00
parent 110f91afa5
commit 05edbb9504
8 changed files with 67 additions and 35 deletions

View File

@@ -61,6 +61,7 @@ Module {
Property { name: "activeFocusOnClick"; type: "bool" }
Property { name: "ShowIMEOnClick"; type: "bool" }
Property { name: "terminalSize"; type: "QSize" }
Property { name: "paintedFontSize"; type: "QSize"}
Signal {
name: "changedScheme"
Parameter { name: "scheme"; type: "string" }
@@ -112,6 +113,7 @@ Module {
Parameter { name: "session"; type: "KSession"; isPointer: true }
}
Signal { name: "terminalSizeChanged" }
Singal { name: "paintedFontSizeChanged" }
Signal { name: "updatedImage" }
Method { name: "forcedFocus" }
Method {