geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in font file

xunil-cloud opened this issue · comments

Hi, I just tried to build the example on Linux and got an error in application.rs. It seems that resources/entypo.ttf should be renamed into resources/Entypo.ttf.

Hi, good spot! I code on Windows and I forgot that linux is case sensitive for file names. I shall fix it now.

Ah! Thanks.

Okay that should be fixed now. I've also fixed the examples that weren't working. You'll have to forgive me, I use the examples as a way to test features so some of them are quite random.

See if that fixes your issue.

Yep, it works now.

Excellent :) please report any more bugs you find, I have no way to test on linux currently. Closing this issue now.