Small speedup for GSFontInfo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16560 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2003-04-27 15:45:39 +00:00
parent 140112077e
commit 0c09f264fc

View file

@ -1,3 +1,13 @@
2003-03-27 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSFontInfo.m
Removed creation of fontDictionary from [init] method. This now
gets done on demand in [afmDictionary].
* Source/NSFontPanel.m:
[_familySelectionChanged:] made the call to [_trySelectSize:]
safer against none existing fonts. This used to result in a NaN
being displayed as font size.
2003-04-25 Benhur Stein <benhur@inf.ufsm.br>
* Source/NSRulerView.m: