Undo habits of a Serif font lover

This commit is contained in:
Robin Gareus 2019-12-05 23:33:27 +01:00
parent 407c2bed63
commit 65b6f39e21
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 5 additions and 5 deletions

View file

@ -187,7 +187,7 @@ void load_custom_fonts()
kCFStringEncodingUTF8, FALSE);
fontURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, ttf, kCFURLPOSIXPathStyle, TRUE);
if (CTFontManagerRegisterFontsForURL(fontURL, kCTFontManagerScopeProcess, &error) != true) {
cerr << _("Cannot load ArdourSerif TrueType font.") << endl;
cerr << _("Cannot load ArdourSans TrueType font.") << endl;
}
}
#endif