chore: cleaning a bit
This commit is contained in:
parent
48ebe71c8e
commit
f58b4f58de
3 changed files with 297 additions and 206 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue