Are all the glyphs in a font have the same height (equal to textMetric.tmHeight)? Are all the bit…
Another thing that I heard is that using virtual can get better type safety and some performance …
You can try the hinting flag in config.4coder:
1default_font_hinting = true;
I don't think th…
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…
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 …
I'm at the point where the window is supposed to display blue and instead it shows white for a wh…
I thought I had encountered this issue recently as well, on Windows 10. The cursor was always sh…
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…
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 onl…
It's just that sometimes the name of the command is different than what I thought it would be (I'…
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…
Also, do I need to create a new device context with CreateCompatibleDC every time? Windows has m…
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 bindi…
Does 4coder have these commands? If it does then what's the name and default key binding for it?
…
Thanks, I was looking for Renderdoc and couldn't find it.
Oh, I did not know of these, I guess I read the readme too hastily. Thank you, it helps!
Will the vector formatters work for you? See the README.txt for information along with the exampl…
I need to know the size of all the bitmaps upfront to allocate it first. Can I call GetTextMetric…
You call GetTextExtentPoint32 on each character individually, not on whole string. Because you ne…
There is RenderDoc on Windows and Linux. I'm not saying it's good, but I used it several times an…
RenderDoc and Nvidia Nsight Graphics. Both work best on GL core profile, compatibility may or may…
Is there any good program for debugging OpenGL? IE getting texture dumps, states, etc from shader…
How can I get the font name to pass in CreateFont? I heard that the name from the font file name …
Good afternoon, is there a way to cast xmm registers to struct data types, so that you can interp…
The GetTextExtentPoint32 method calculates the size of the final bitmap for a given string, does …