diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-16 19:36:40 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-16 19:36:40 +0100 |
commit | 56342ffab9daade7802b015ac83b9c47a8b9b18b (patch) | |
tree | 078724d631e51aa332710d403e3c3ba17cb25469 /src/crepe/facade/FontFacade.h | |
parent | 55f4aaf179cf723c5b703b0c4d848bf059ae190a (diff) |
make format
Diffstat (limited to 'src/crepe/facade/FontFacade.h')
-rw-r--r-- | src/crepe/facade/FontFacade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/FontFacade.h b/src/crepe/facade/FontFacade.h index 1b835d4..0e6b7da 100644 --- a/src/crepe/facade/FontFacade.h +++ b/src/crepe/facade/FontFacade.h @@ -22,7 +22,7 @@ public: * \param font_family Name of the font family name. * \return Asset with filepath to the font. */ - static Asset get_font_asset(const std::string font_family); + static Asset get_font_asset(const std::string font_family); }; } // namespace crepe |