chore: cleaning a bit

This commit is contained in:
Georgy Litvinov 2021-08-26 16:38:21 +02:00
parent 48ebe71c8e
commit f58b4f58de
3 changed files with 297 additions and 206 deletions

View file

@ -263,7 +263,7 @@ Sub getFNAreaStart
End Sub
Function changeCharWidth(delta) As Boolean
Function changeCharWidth(delta As Integer) As Boolean
Dim oViewCursor As Object
Dim oTextCursor As Object
Dim charScale As Integer
@ -277,7 +277,7 @@ Function changeCharWidth(delta) As Boolean
oViewCursor.charScaleWidth = charScale + delta
End Function
Function changeKern(delta) As Boolean
Function changeKern(delta As Integer) As Boolean
Dim oViewCursor As Object
Dim oTextCursor As Object
Dim kerning As Integer