JDSherbert / Sherbert-Engine

Custom game engine written in C++ and implementing various middleware.
MIT License
4 stars 3 forks source link

Font Location Change #34

Closed VerzatileDev closed 9 months ago

VerzatileDev commented 9 months ago

Issue

The following issue listed https://github.com/JDSherbert/Sherbert-Engine/issues/30 , location of Font issue for the project build and its required change.

Solution

With the following update changes the location of the Fa-solid-900.ttf font from

Include/IconFontCppHeaders/..

To

Resources/Fonts/..

Change related to code:

The following change affects IconsFontAwesome5.h directory path.

Solves

https://github.com/JDSherbert/Sherbert-Engine/issues/30