mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Changed system fonts of size 12 to 0. This will use Nicolas font
cache and keep font sizes consistent when changed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9dd0f9c269
commit
d3c10d80e7
11 changed files with 15 additions and 15 deletions
|
@ -1098,7 +1098,7 @@ Ghiradelli chocolate to he who puts all the pieces together : ) */
|
|||
int startIndex;
|
||||
NSRect firstProposedRect;
|
||||
NSRect secondProposedRect;
|
||||
NSFont *default_font = [NSFont systemFontOfSize: 12.0];
|
||||
NSFont *default_font = [NSFont systemFontOfSize: 0];
|
||||
int widthOfString;
|
||||
NSSize rSize;
|
||||
NSCharacterSet *selectionParagraphGranularitySet = [NSCharacterSet characterSetWithCharactersInString: @"\n"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue