We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
It's using a different font based on the codepoint range.
»
itzjac
@mmozeiko for testing purposes, and yes this one works! So, how come the same arial font works …
»
itzjac
Oh, that might be right, but really, am using the same ttf file that's in the Windows/font path.…
»
Mārtiņš Možeiko
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is arou…
»
Simon Anciaux
Is your problem that you didn't figure something out yourself; or that you feel you don't understa…
»
Guntha
Hello, I was wondering why the podcast is an "Episode 1" of a new series, instead of continuing Ha…
»
Simon Anciaux
Most fonts support only a subset of codepoints. You need to use a font that support the codepoint …
»
Eric DeSmet
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…
»
Eric DeSmet
I thought I linked to my blog in the post, but you can find it here: I'm planning on making a "P…
»
itzjac
Offtopic, interesting to see other projects coming along @Eric. Would you mind sharing a link to…
»
Eric DeSmet
I've been dealing with this on and off for quite a while, and recently started to get over it. Wha…
»
itzjac
Yay! Thanks all of you for your help, so far so good. My font rendering with stb is close to be co…
»
itzjac
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,…
»
x13pixels
Ah, okay. Thanks for finding that and for letting me know!
»
Ryan Fleury
Hey, everyone! I hope everyone is staying healthy throughout these troubling times. Currently, man…
»
GunnGames
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.
»
Mārtiņš Možeiko
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 …
»
C_Worm
I've changed all the values to double but that won't do it. The problem is still as you say and as…
»
Simon Anciaux
Could you be more specific about what is it you're seeing that is not correct ? I suppose you're t…
»
C_Worm
Hey i have a Timer and Clock struct and try to implement a timer. The Clock just returns the secon…
»
Simon Anciaux
I don't have any knowledge about API design. About the pitch: If I can pass 0 when when I don't ca…
»
Asaf Gartner
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…
»
x13pixels
RemedyBG 0.3.0.0 has been made available for download at . Lots of new features including conditio…
»
Mārtiņš Možeiko
You did not implement the WinMain function. So compiler is asking you to provide implementation. Y…
»
sathvik
I recently started the Intro to C videos and I am not able to run the following code on Visual Stu…
»