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.
longtran2904
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…
»
Mārtiņš Možeiko
Here's an example: In function compiler does not know what d pointer is. Maybe it is some other …
»
Simon Anciaux
Like ratchetfreak application setting "should" go in . But games often use a different directorie…
»
ratchetfreak
the compiler will want to inline the function call if possible, which it cannot if it doesn't kno…
»
longtran2904
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…
»
Mārtiņš Možeiko
Not sure what you mean by type safety. Types will same in any case - whatever types you write, reg…
»
Mārtiņš Možeiko
Each glyph has different height when rendered to bitmap. Look at and characters - they very diff…
»
ratchetfreak
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 …
»
longtran2904
Are all the glyphs in a font have the same height (equal to textMetric.tmHeight)? Are all the bitm…
»
longtran2904
Another thing that I heard is that using virtual can get better type safety and some performance i…
»
Simon Anciaux
You can try the hinting flag in : I don't think there is a way to disable AA entirely. Maybe you …
»
Lewis Clark
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…
»
Simon Anciaux
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…
»
Roman Davis
I'm at the point where the window is supposed to display blue and instead it shows white for a whi…
»
Charles Rector
I thought I had encountered this issue recently as well, on Windows 10. The cursor was always sho…
»
longtran2904
Thanks for replying. Don't worry, apologize accepted :). 2, 3. I did try to search for it, but it …
»
Simon Anciaux
I apologize for my reply, it could have been worded better. What I meant by "doing work" is that e…
»
Mārtiņš Možeiko
One ttf font can have max 65535 glyphs. If you want to know exact glyphs that font provides, then …
»
longtran2904
How can I know how many characters a font support? And what are those characters? TextMetrics only…
»
longtran2904
It's just that sometimes the name of the command is different than what I thought it would be (I'm…
»
Mārtiņš Možeiko
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…
»
longtran2904
Also, do I need to create a new device context with CreateCompatibleDC every time? Windows has mu…
»
Macoy Madson
is now released. It has been a while since I last pushed a release. This is solely because I didn…
»
Simon Anciaux
While it's OK to ask question, we are not here to do the work for you. You can look at the file t…
»
longtran2904
Does 4coder have these commands? If it does then what's the name and default key binding for it?Mu…
»