FWGS / mainui_cpp

Main menu UI toolkit for Xash3D FWGS engine
31 stars 36 forks source link

Stb font -- fread failure #88

Closed sultim-t closed 1 year ago

sultim-t commented 1 year ago

Might need to use binary mode "rb" instead of text mode "r" to open .ttf files

https://github.com/FWGS/mainui_cpp/blob/fbfe112599e979ba159140242cf688bc8972c99a/font/StbFont.cpp#L257

a1batross commented 1 year ago

Fixed 950376c