Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2023-07-04 00:18:25 +01:00
8 changed files with 9 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ public:
* Get the name of this font.
* @return The name of the font.
*/
virtual const char *GetFontName() = 0;
virtual std::string GetFontName() = 0;
/**
* Get the font cache of a given font size.