Archived
1

Layout Improvements (New Fonts)

This commit is contained in:
Kim Wittenburg
2014-11-25 17:48:42 +01:00
parent 66d06cc0f1
commit 8b0f8109c8
10 changed files with 73 additions and 55 deletions

View File

@@ -62,7 +62,7 @@
CTLineRef line = [self lineForPrivateCacheIndex:0 generator:^CTLineRef{
return [self createLineForString:@"∑"
usingFont:[NSFont fontWithName:@"Times New Roman"
size:self.fontSize]];
size:self.contextInferredFontSize]];
}];
return line;
}