UIPainter.st
changeset 3229 ba4c463b66ad
parent 3228 1653d1bda447
child 3236 2e494c0bcf47
--- a/UIPainter.st	Thu Sep 03 11:49:03 2015 +0200
+++ b/UIPainter.st	Thu Oct 01 09:45:36 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995-1998 by eXept Software AG
               All Rights Reserved
@@ -467,8 +465,21 @@
 #useDefaultColorToggle
 'Toggle between default and explicit color'
 
-#wrapInto
-''
+#useDefaultFontToggle
+'Toggle between default and explicit font'
+
+#concreteFontsFamily
+'Choose a font family'
+
+#concreteFontsFace
+'Choose a font face'
+
+#concreteFontsStyle
+'Choose a font style'
+
+#concreteFontsSize
+'Choose a font size (in points, not pixels)'
+
 
 )
 ! !