Codechange: Remove Freetype bits on Win32/OSX. (#10960)

These platforms have their own specific font rendering.
This commit is contained in:
2023-06-06 19:43:27 +01:00
committed by GitHub
parent 316a434933
commit 7a0b6b7ddf
5 changed files with 6 additions and 288 deletions

View File

@@ -17,8 +17,6 @@
#include "safeguards.h"
#ifdef WITH_FREETYPE
#include <ft2build.h>
#include FT_FREETYPE_H
@@ -97,9 +95,6 @@ FT_Error GetFontByFaceName(const char *font_name, FT_Face *face)
return err;
}
#endif /* WITH_FREETYPE */
bool SetFallbackFont(FontCacheSettings *settings, const char *language_isocode, int winlangid, MissingGlyphSearcher *callback)
{
bool ret = false;