LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/

This commit is contained in:
Simon Wanner 2022-04-09 08:52:59 +02:00 committed by Andreas Kling
commit 6f8fd91f22
Notes: sideshowbarker 2024-07-17 14:13:01 +09:00
15 changed files with 36 additions and 36 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibGfx/TrueTypeFont/Cmap.h>
#include <LibGfx/Font/TrueType/Cmap.h>
#include <LibTest/TestCase.h>
TEST_CASE(test_cmap_format_4)