Use the preferences Editor font instead of the system one

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-03-11 07:22:48 +00:00
parent 35b76bb231
commit ae829b3ac0

View file

@ -379,8 +379,8 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start)
float fontSize;
NSFont *font = nil;
fontName = [df objectForKey:@"EditorFont"];
fontSize = [df floatForKey:@"EditorFontSize"];
fontName = [df objectForKey:@"EditorTextFont"];
fontSize = [df floatForKey:@"EditorTextFontSize"];
if (fontName != nil)
{