mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
emscripten-fs.html: Added CC0 license.
FontTrueType: some performance optimizations and fixed a bug when mixing fonts in a same Page. Font::isEmojiCodePoint: Minor optimization. ecode: Allow arguments in emscripten build.
This commit is contained in:
@@ -24,7 +24,7 @@ class App : public UICodeEditorSplitter::Client {
|
||||
|
||||
~App();
|
||||
|
||||
void init( const std::string& file, const Float& pidelDensity, const std::string& colorScheme );
|
||||
void init( std::string file, const Float& pidelDensity, const std::string& colorScheme );
|
||||
|
||||
void setAppTitle( const std::string& title );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user