Marino Faggiana 7 vuotta sitten
vanhempi
commit
d0f9f71da4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)
     }