From 44e66882f6e517b06522cb1e510ed9dea7574273 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Nov 2020 18:20:00 +0100 Subject: Render emoji in text, do not show notification count for cache sync, lazy load 4chan board --- include/FontLoader.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 include/FontLoader.hpp (limited to 'include/FontLoader.hpp') diff --git a/include/FontLoader.hpp b/include/FontLoader.hpp deleted file mode 100644 index bff0f18..0000000 --- a/include/FontLoader.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include - -namespace sf { - class Font; -} - -namespace QuickMedia::FontLoader { - enum class FontType { - LATIN, - LATIN_BOLD, - CJK, - EMOJI - }; - - // Note: not thread-safe - sf::Font* get_font(FontType font_type); -} \ No newline at end of file -- cgit v1.2.3