Add binding for LoadFontFromMemory#153
Conversation
|
The problem was on my side. As far as I know, the raylib documentation states that the string must be ".ttf". So with a dot and in lower case. I have already closed #107, as this error was pointed out there. |
|
This PR should be redone for to the fork mentioned in the README, branch 5.1.0, bevause thats the one thats currently being developed. |
|
Redid it myself. |
Thanks @IoIxD, I've been pinning my project on your fork. Until today, I've been running: [dependencies.raylib]
git = "https://github.com/IoIxD/raylib-rs"
branch = "update-useable-fork"because of its Could you take a look at my comment about your merge from yesterday? |
Adding binding for
LoadFontFromMemoryasRaylibHandle::load_font_from_memory. Closes #107https://github.com/raysan5/raylib/blob/4fd1e04e706bdf290377b7b29d2706fa5954afb1/src/rtext.c#L494-L495