mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:20:49 +00:00
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:
parent
140112077e
commit
0c09f264fc
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue