Change: Separate fontcache implementations.

This commit is contained in:
Peter Nelson
2022-09-15 19:57:10 +01:00
committed by PeterN
parent f6ad8e1c9c
commit 2cdd8b7429
13 changed files with 705 additions and 612 deletions

View File

@@ -9,16 +9,17 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "font_win32.h"
#include "../../blitter/factory.hpp"
#include "../../core/alloc_func.hpp"
#include "../../core/math_func.hpp"
#include "../../fileio_func.h"
#include "../../fontdetection.h"
#include "../../fontcache.h"
#include "../../fontcache/truetypefontcache.h"
#include "../../string_func.h"
#include "../../strings_func.h"
#include "../../zoom_func.h"
#include "font_win32.h"
#include "../../table/control_codes.h"