Initial work on the system font resolver.

This commit is contained in:
Martín Lucas Golini
2026-05-13 17:32:39 -03:00
parent 4b58b2f61b
commit 828adf581d
22 changed files with 2698 additions and 36 deletions

View File

@@ -4,6 +4,7 @@
#include <iostream>
EE_MAIN_FUNC int main( int argc, char** argv ) {
SystemFontResolver::setEnabled( true );
args::ArgumentParser parser( "eepp HTML Example" );
args::HelpFlag help( parser, "help", "Display this help menu", { 'h', "help" } );