mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codefix: wrong parameter names and partially missing parameters
This commit is contained in:
@@ -225,6 +225,8 @@ public:
|
||||
* try to resolve the filename of the font using fontconfig, where the
|
||||
* format is 'font family name' or 'font family name, font style'.
|
||||
* @param fs The font size to load.
|
||||
* @param fonttype The type of font that is requested to be loaded.
|
||||
* @return The loaded font, or \c nullptr when none could be loaded.
|
||||
*/
|
||||
std::unique_ptr<FontCache> LoadFont(FontSize fs, FontType fonttype) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user