mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-22 10:20:43 +00:00
Forgot to update NSFont with aparajita@fad96880eb4d68edd60714b697ab6a3d3531100d
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
isBold = YES;
|
||||
|
||||
if (fontName === "LucidaGrande" || fontName === "LucidaGrande-Bold")
|
||||
fontName = [[Converter sharedConverterInstance] systemFontFace];
|
||||
fontName = [CPFont systemFontFace];
|
||||
|
||||
return [self _initWithName:fontName size:size bold:isBold];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user