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)' + ) ! !