node-raylib icon indicating copy to clipboard operation
node-raylib copied to clipboard

LoadFontEx

Open armageddon421 opened this issue 4 years ago • 2 comments

LoadFontEx also crashes for me without error. By default, LoadFont loads fonts prerendered with a font size of 20px. I'm trying to show a much larger font, which then looks "ugly". LoadFontEx takes a list of characters to load as an int* and a count. It'd be nice if we could get this to work.

armageddon421 avatar Apr 30 '20 22:04 armageddon421

Hmm, I don't see an example in raylib that makes use of the int* part of LoadFontEx. Maybe somehting we should add upstream?

RobLoach avatar May 01 '20 04:05 RobLoach

https://github.com/RobLoach/node-raylib/blob/master/examples/text/text_font_loading.js

RobLoach avatar May 08 '20 02:05 RobLoach