#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 08 May 2016 03:58:17 +0200
changeset 5721 93b70f144978
parent 5720 8747337be41f
child 5722 310ea67baa1c
#DOCUMENTATION by cg class: ListView comment/format in: #getFontParameters
ListView.st
--- a/ListView.st	Sun May 08 03:57:52 2016 +0200
+++ b/ListView.st	Sun May 08 03:58:17 2016 +0200
@@ -2838,7 +2838,7 @@
 
 getFontParameters
     "get some info of the used font. They are cached since we use them often ..
-     The code below uses the fonts average height parameters - these
+     The code below uses the font's average height parameters - these
      are not OK for some oversized national characters (such as A-dieresis).
      Therefore, this method should be redefined in views which will be used
      with national characters (i.e. editTextViews)."