It's using a different font based on the codepoint range.
@mmozeiko for testing purposes, and yes this one works! So, how come the same arial font works …
Oh, that might be right, but really, am using the same ttf file that's in the Windows/font path.…
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is arou…
Is your problem that you didn't figure something out yourself; or that you feel you don't understa…
Hello, I was wondering why the podcast is an "Episode 1" of a new series, instead of continuing Ha…
Most fonts support only a subset of codepoints. You need to use a font that support the codepoint …
We are all on our own path - so to me it doesn't make much sense to compare our learning paths wit…
James —
Thanks for the replies, guys. I suppose it's best to just start working on something. Although the…
I thought I linked to my blog in the post, but you can find it here: I'm planning on making a "P…
Offtopic, interesting to see other projects coming along @Eric. Would you mind sharing a link to…
I've been dealing with this on and off for quite a while, and recently started to get over it. Wha…
Yay! Thanks all of you for your help, so far so good. My font rendering with stb is close to be co…
That sounds exactly the same behavior as over engineering which is poison to software development…
James —
I've had this feeling for a long time, where I will obsess over whether a tutorial is good or not,…
Ah, okay. Thanks for finding that and for letting me know!
Hey, everyone! I hope everyone is staying healthy throughout these troubling times. Currently, man…
I'll be on the Handmade Discord today if you want to stop by and will be happy to help you out. […
Jason —
Cool, okay. I guess Casey just needed to give it more of a chance. I'll check it out.
SageMath is very popular open-source one: It is collection of many open-source software in one pa…
Jason —
I was watching day 376 today and around 1:06:13 () Casey started search for an algebra solver. In …
I've changed all the values to double but that won't do it. The problem is still as you say and as…
Could you be more specific about what is it you're seeing that is not correct ? I suppose you're t…
Hey i have a Timer and Clock struct and try to implement a timer. The Clock just returns the secon…
I don't have any knowledge about API design. About the pitch: If I can pass 0 when when I don't ca…
Honesty is very important in both your own code and in API design. If you try to hide the quirks …
Miles —
I'm currently trying to polish up my realtime gif exporter into a high-quality single-header libra…
RemedyBG 0.3.0.0 has been made available for download at . Lots of new features including conditio…
You did not implement the WinMain function. So compiler is asking you to provide implementation. Y…
I recently started the Intro to C videos and I am not able to run the following code on Visual Stu…