# HG changeset patch # User Claus Gittinger # Date 1443685536 -7200 # Node ID ba4c463b66ad330adb0c1e81ce7cab1df2e18c52 # Parent 1653d1bda4476c0bdd8280e86a85bfd2be9250ff #UI_ENHANCEMENT class: UIPainter changed: #helpSpec diff -r 1653d1bda447 -r ba4c463b66ad 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)' + ) ! !