TextStyleFontSelectorDialogWindow new => error.
Is it used ?? Should we remove it ?
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