diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:22:06 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:22:06 +0100 |
commit | 1658c71bb7d3676699e9519131d6ea542e74fc83 (patch) | |
tree | 95d64891714a815316f0117f1dde7a5a7493acd4 /src/crepe/facade/SDLFontContext.cpp | |
parent | 7f895cda48e180630a3920293a4349b19d1905f9 (diff) |
added enter between functions
Diffstat (limited to 'src/crepe/facade/SDLFontContext.cpp')
-rw-r--r-- | src/crepe/facade/SDLFontContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/facade/SDLFontContext.cpp b/src/crepe/facade/SDLFontContext.cpp index e7f04cc..4fb0e88 100644 --- a/src/crepe/facade/SDLFontContext.cpp +++ b/src/crepe/facade/SDLFontContext.cpp @@ -15,6 +15,7 @@ SDLFontContext::SDLFontContext(){ SDLFontContext::~SDLFontContext(){ FcFini(); } + unique_ptr<Asset> SDLFontContext::get_font_asset(const string & font_family) { // Create a pattern to search for the font family |