Add woff2 font format support.

Try again luck with the test that it's failing in macOS...
This commit is contained in:
Martín Lucas Golini
2026-04-09 00:54:22 -03:00
parent b43508b106
commit 7d09138bb0
41 changed files with 15084 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ static void init_ui_test() {
UTEST( UIHTMLTable, complexLayout ) {
auto win = Engine::instance()->createWindow(
WindowSettings( 1024, 600, "HTML Tables Test", WindowStyle::Default, WindowBackend::Default,
WindowSettings( 1024, 653, "HTML Tables Test", WindowStyle::Default, WindowBackend::Default,
32, {}, 1, false, true ),
ContextSettings( false, 0, 0, GLv_default, true, false ) );
FileSystem::changeWorkingDirectory( Sys::getProcessPath() );