diff --git a/openVulkanoCpp/Scene/UI/UiFont.cpp b/openVulkanoCpp/Scene/UI/UiFont.cpp
new file mode 100644
index 0000000..f315a49
--- /dev/null
+++ b/openVulkanoCpp/Scene/UI/UiFont.cpp
@@ -0,0 +1,47 @@
+/*
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
+ */
+
+#include "UiFont.hpp"
+#include
+#include "Host/FontResolver.hpp"
+#include