Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-02-02 18:18:51 +01:00
committed by rubidium42
parent c6c06e13eb
commit bcaf3eaec2
66 changed files with 117 additions and 47 deletions
+2
View File
@@ -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
{