From 1658c71bb7d3676699e9519131d6ea542e74fc83 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Thu, 12 Dec 2024 21:22:06 +0100 Subject: added enter between functions --- src/crepe/facade/SDLFontContext.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crepe/facade/SDLFontContext.cpp') 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 SDLFontContext::get_font_asset(const string & font_family) { // Create a pattern to search for the font family -- cgit v1.2.3