Browse Source

add comment

Marino Faggiana 7 years ago
parent
commit
d0f9f71da4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Text/NCText.swift

+ 1 - 0
iOSClient/Text/NCText.swift

@@ -84,6 +84,7 @@ class NCText: UIViewController, UITextViewDelegate {
         textView.becomeFirstResponder()
         textView.delegate = self
         textView.selectedTextRange = textView.textRange(from: textView.beginningOfDocument, to: textView.beginningOfDocument)
+        //textView.font = UIFont(name: "NameOfTheFont", size: 20)
 
         textViewDidChange(textView)
     }