freetype头文件更换

This commit is contained in:
Nanako 2024-11-16 16:19:16 +08:00
parent 7486bad390
commit 4920c14e2f
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "renderer_text.h" #include "renderer_text.h"
#include <utility> #include <utility>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>

View File

@ -1,8 +1,7 @@
#pragma once #pragma once
// from LinaVG // from LinaVG
#include <freetype2/ft2build.h> #include <freetype/freetype.h>
#include FT_FREETYPE_H
#include <Eigen/Eigen> #include <Eigen/Eigen>
class text_atlas; class text_atlas;