Modification to menu code to allow changing font and font size

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8722 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-21 01:38:58 +00:00
parent 0e6f6648d3
commit 1350905dc8

View file

@ -1,3 +1,12 @@
Sat Jan 20 23:38:03 2001 Nicola Pero <n.pero@mi.flashnet.it>
Patches by Alexander Malmberg <malmberg@malmberg.org>, modified:
* Source/NSMenu.m ([NSMenuWindowTitleView -titleHeight]): New
method. ([NSMenu -initWithTitle:]): Use the new method to compute
menu title height. ([NSMenu -sizeToFit]): Idem.
* Source/NSMenuView.m ([+menuBarHeight]): Compute from the font
height. ([-initWithFrame:]): Compute cellSize from the font size.
2001-01-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSLayoutManager.m: Reorganize and tidy up glyph code