#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2015 09:45:36 +0200
changeset 3229 ba4c463b66ad
parent 3228 1653d1bda447
child 3230 e6d7ba2e0384
#UI_ENHANCEMENT class: UIPainter changed: #helpSpec
UIPainter.st
--- 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)'
+
 
 )
 ! !