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.
Mārtiņš Možeiko
Here's an example: https://godbolt.org/z/cKfn94MjP In function f_derived compiler does not know …
»
Simon Anciaux
lattisI was wondering where settings for applications are usually stored on windows. On unix-like…
»
ratchetfreak
longtran2904Using virtual just put a hidden pointer to a hidden vtable somewhere, right? Why does…
»
longtran2904
Using virtual just put a hidden pointer to a hidden vtable somewhere, right? Why does the compile…
»
Arnon
bvisnessI don't have a nice visual for that unfortunately; maybe someone else knows of a good one…
»
Mārtiņš Možeiko
Not sure what you mean by type safety. Types will same in any case - whatever types you write, re…
»
Mārtiņš Možeiko
Each glyph has different height when rendered to bitmap. Look at . and M characters - they very d…
»
ratchetfreak
lattis mrmixerThe settings aren't saved I was wondering where settings for applications are usua…
»
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 bit…
»
longtran2904
Another thing that I heard is that using virtual can get better type safety and some performance …
»
Simon Anciaux
You can try the hinting flag in config.4coder: 1default_font_hinting = true; I don't think th…
»
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…
»
Simon Anciaux
Hi, and welcome. I played the game a little bit, and here is some feedback: - I played on Window…
»
lattis
Hello, I hope its okay that my first post here is a bit of self-promotion. I've been working on …
»
Roman Davis
I'm at the point where the window is supposed to display blue and instead it shows white for a wh…
»
Charles Rector
I thought I had encountered this issue recently as well, on Windows 10. The cursor was always sh…
»
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…
»
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 onl…
»
longtran2904
It's just that sometimes the name of the command is different than what I thought it would be (I'…
»
Mārtiņš Možeiko
Calling font functions will require passing HDC as argument. So that means font must be loaded &a…
»
Jens
Initially intended as a quick bug fix update, it became the largest update so far (based on ticke…
»
longtran2904
Also, do I need to create a new device context with CreateCompatibleDC every time? Windows has m…
»
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 bindi…
»
longtran2904
Does 4coder have these commands? If it does then what's the name and default key binding for it? …
»
dmitsuki
Thanks, I was looking for Renderdoc and couldn't find it.
»
Mike Tearon
Oh, I did not know of these, I guess I read the readme too hastily. Thank you, it helps!
»