Font support
Phil Race
philip.race at oracle.com
Thu Apr 19 15:48:08 PDT 2012
The program is behaving correctly and consistently with the Windows
implementation
AWT components (java.awt.Button etc) and the AWT toolkit only support
the logical fonts
and that's all this method will enumerate.
We have deprecated methods to indicate there are better alternatives
and that may have been over done some times.
We have never removed deprecated methods so I don't think we'll
remove this one either.
-phil.
On 4/19/2012 3:18 PM, Michael Hall wrote:
> On Apr 19, 2012, at 5:10 PM, Claudio Nieder wrote:
>
>> Hi,
>>
>>> Old code, deprecated should not mean broken though?
>> Though given it is deprecated since and including Java 1.2 the easiest fix would be to remove the method :-)
>>
> True enough. I will take your advice there. But I suppose I should still do the bug report.
>
More information about the macosx-port-dev
mailing list