On Apr 7, 2011, at 10:23 PM, laurent laffont wrote:
TextStyleFontSelectorDialogWindow new => error.
Is it used ??
If it is broken, it is not used.
Should we remove it ?
things that nobody cares about should be removed. Who will maintain them? Nobody.
For FreeTypeFontSelectorDialogWindow:
I'm a dialog to select a font. Usage example:
|fontSelector|
fontSelector := FreeTypeFontSelectorDialogWindow new.
UITheme builder openModal: fontSelector.
fontSelector selectedFont inspect.
Laurent.
On Wed, Apr 6, 2011 at 9:52 PM, laurent laffont
<laurent.laffont@gmail.com> wrote:
Today: TextStyleFontSelectorDialogWindow
Comment Of The Day Contest - One Day One Comment
Rules:
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent