mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Initial work on the system font resolver.
This commit is contained in:
@@ -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" } );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user