add support of multi-language under Linux(#439)
also fix the font style issue under Linux
This commit is contained in:
@@ -441,6 +441,11 @@ namespace API
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void font_languages(const std::string& langs)
|
||||
{
|
||||
::nana::platform_abstraction::font_languages(langs);
|
||||
}
|
||||
|
||||
//close all windows in current thread
|
||||
void exit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user