New fonts and font management improved.

This commit is contained in:
Filippo Scognamiglio
2014-03-24 21:40:04 +01:00
parent 87880e08fd
commit 06b9627c6c
35 changed files with 111 additions and 253 deletions

View File

@@ -165,5 +165,11 @@ Module {
Parameter { name: "session"; type: "KSession"; isPointer: true }
}
Method { name: "getSession"; type: "KSession*" }
//My additions
Method {
name: "setLineSpacing"
Parameter { name: "i"; type: "uint"}
}
}
}