So that's what inline means! I used to think inline just mean copy the function body then paste it…
Jay —
I have the same issue. When using the downloaded version of opengl32.dll that was suggested in thi…
Here's an example: In function compiler does not know what d pointer is. Maybe it is some other …
Like ratchetfreak application setting "should" go in . But games often use a different directorie…
the compiler will want to inline the function call if possible, which it cannot if it doesn't kno…
Using virtual just put a hidden pointer to a hidden vtable somewhere, right? Why does the compiler…
Arnon —
Actually, there hasn't been one, until a few days ago when I finished mine :) I go over the whol…
Not sure what you mean by type safety. Types will same in any case - whatever types you write, reg…
Each glyph has different height when rendered to bitmap. Look at and characters - they very diff…
I was wondering where settings for applications are usually stored on windows. On unix-like OSs,…
lattis —
Wow, thanks for the great feedback. While I already knew about most of the issues (and have them …
Are all the glyphs in a font have the same height (equal to textMetric.tmHeight)? Are all the bitm…
Another thing that I heard is that using virtual can get better type safety and some performance i…
You can try the hinting flag in : I don't think there is a way to disable AA entirely. Maybe you …
I've set up to use the Dina font, but when I set the font AA to 8bit it's too blurry: When I set i…
Hi, and welcome. I played the game a little bit, and here is some feedback:I played on Windows 7 a…
lattis —
Hello, I hope its okay that my first post here is a bit of self-promotion. I've been working on a…
I'm at the point where the window is supposed to display blue and instead it shows white for a whi…
I thought I had encountered this issue recently as well, on Windows 10. The cursor was always sho…
Thanks for replying. Don't worry, apologize accepted :). 2, 3. I did try to search for it, but it …
I apologize for my reply, it could have been worded better. What I meant by "doing work" is that e…
One ttf font can have max 65535 glyphs. If you want to know exact glyphs that font provides, then …
How can I know how many characters a font support? And what are those characters? TextMetrics only…
It's just that sometimes the name of the command is different than what I thought it would be (I'm…
Calling font functions will require passing HDC as argument. So that means font must be loaded & s…
Jens —
Initially intended as a quick bug fix update, it became the largest update so far (based on ticket…
Also, do I need to create a new device context with CreateCompatibleDC every time? Windows has mu…
is now released. It has been a while since I last pushed a release. This is solely because I didn…
While it's OK to ask question, we are not here to do the work for you. You can look at the file t…
Does 4coder have these commands? If it does then what's the name and default key binding for it?Mu…