mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
This commit is contained in:
parent
e84bbfed44
commit
6f8fd91f22
15 changed files with 36 additions and 36 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue