mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 19:16:30 +03:00
Update efsw.
Minor improvements in FontFamily. Added "readonly" keyword in TypeScript.
This commit is contained in:
@@ -11,10 +11,11 @@ class EE_API FontFamily {
|
||||
|
||||
private:
|
||||
static std::string findType( const std::string& fontpath, const std::string& fontname,
|
||||
const std::string& ext, const std::vector<std::string>& names );
|
||||
const std::string& ext,
|
||||
const std::vector<std::string_view>& names );
|
||||
|
||||
static FontTrueType* setFont( FontTrueType* font, const std::string& fontpath,
|
||||
const std::string& fontType );
|
||||
const std::string_view& fontType );
|
||||
};
|
||||
|
||||
}} // namespace EE::Graphics
|
||||
|
||||
Reference in New Issue
Block a user