Skip to content

Commit be0ea99

Browse files
committed
Remove font from raylib font
1 parent f5ee969 commit be0ea99

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/text/fonts/fonts.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ namespace Shirag::Text {
2727
Font(std::string FilePath, int FontSize) {
2828
font = LoadFontEx(FilePath.c_str(), FontSize, NULL, 0);
2929
}
30-
/// Create font from Raylib font
31-
Font(::Font Font) {
32-
font = Font;
33-
}
3430

3531
~Font() {
3632
UnloadFont(font);

0 commit comments

Comments
 (0)