зеркало из https://github.com/github/Rebel.git
:trollface:
This commit is contained in:
Родитель
b71a5b10f3
Коммит
0e9680c74b
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
NSMutableArray *remainingFontNames = [fallbackNames mutableCopy];
|
||||
NSAssert(fallbackDescriptors.count == remainingFontNames.count, @"Should have the same number of fallback font descriptors (%lu) as names to try (%lu)", (unsigned long)fallbackDescriptors.count, remainingFontNames.count);
|
||||
NSAssert(fallbackDescriptors.count == remainingFontNames.count, @"Should have the same number of fallback font descriptors (%lu) as names to try (%lu)", (unsigned long)fallbackDescriptors.count, (unsigned long)remainingFontNames.count);
|
||||
|
||||
while (YES) {
|
||||
NSDictionary *attributes = @{ NSFontNameAttribute: fontName, NSFontCascadeListAttribute: fallbackDescriptors };
|
||||
|
|
Загрузка…
Ссылка в новой задаче