mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 04:42:12 +03:00
Add woff2 font format support.
Try again luck with the test that it's failing in macOS...
This commit is contained in:
@@ -447,7 +447,7 @@ void App::openFontDialog( std::string& fontPath, bool loadingMonoFont, bool term
|
||||
UIFileDialog* dialog = UIFileDialog::New(
|
||||
UIFileDialog::DefaultFlags |
|
||||
( mConfig.ui.nativeFileDialogs ? UIFileDialog::UseNativeFileDialog : 0 ),
|
||||
"*.ttf; *.otf; *.wolff; *.otb; *.bdf; *.ttc",
|
||||
"*.ttf; *.otf; *.woff; *.woff2; *.otb; *.bdf; *.ttc",
|
||||
FileSystem::fileRemoveFileName( absoluteFontPath ) );
|
||||
if ( dialog->getMultiView() ) {
|
||||
ModelIndex index = dialog->getMultiView()->getListView()->findRowWithText(
|
||||
|
||||
Reference in New Issue
Block a user