Move some more classes

This commit is contained in:
Georg Hagen
2025-01-26 18:16:18 +01:00
parent 48b3c0745b
commit c8d7af3178
17 changed files with 17 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
#include "Scene/DrawEncoder.hpp"
#include "Scene/Vertex.hpp"
#include "Scene/Shader/Shader.hpp"
#include "Scene/IFontAtlasGenerator.hpp"
#include "Scene/Text/IFontAtlasGenerator.hpp"
#include "Scene/Text/FontAtlasType.hpp"
#include <optional>

View File

@@ -6,7 +6,7 @@
#include "BitmapFontAtlasGenerator.hpp"
#include "Base/Logger.hpp"
#include "Text/FontAtlas.hpp"
#include "FontAtlas.hpp"
#include <freetype/ftlcdfil.h>
namespace OpenVulkano::Scene

View File

@@ -7,7 +7,7 @@
#pragma once
#include "FontAtlasGeneratorBase.hpp"
#include "Scene/SubpixelLayout.hpp"
#include "SubpixelLayout.hpp"
#include "Shelf.hpp"
namespace OpenVulkano::Scene

View File

@@ -5,8 +5,8 @@
*/
#include "FontAtlasFactory.hpp"
#include "Scene/SdfFontAtlasGenerator.hpp"
#include "Scene/BitmapFontAtlasGenerator.hpp"
#include "SdfFontAtlasGenerator.hpp"
#include "BitmapFontAtlasGenerator.hpp"
#include "Host/SystemFontResolver.hpp"
#include "Base/Logger.hpp"
#include "Host/ResourceLoader.hpp"

View File

@@ -7,7 +7,7 @@
#pragma once
#include "FontAtlas.hpp"
#include "Scene/SubpixelLayout.hpp"
#include "SubpixelLayout.hpp"
#include "Data/Containers/Array.hpp"
namespace OpenVulkano::Scene

View File

@@ -5,7 +5,7 @@
*/
#include "FontAtlasGeneratorBase.hpp"
#include "Text/FontAtlas.hpp"
#include "FontAtlas.hpp"
#include "Base/Logger.hpp"
#include <filesystem>

View File

@@ -5,7 +5,7 @@
*/
#if __has_include("msdfgen.h")
#include "Text/FontAtlas.hpp"
#include "FontAtlas.hpp"
#include "SdfFontAtlasGenerator.hpp"
#include "Base/Logger.hpp"
#include <msdfgen.h>

View File

@@ -7,7 +7,7 @@
#include "TextDrawable.hpp"
#include "Scene/Geometry.hpp"
#include "Shader/Shader.hpp"
#include "Scene/IFontAtlasGenerator.hpp"
#include "Text/IFontAtlasGenerator.hpp"
#include "Base/Logger.hpp"
#include "DataFormat.hpp"
#include <utf8.h>