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.
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…
»
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!
»
x13pixels
Will the vector formatters work for you? See the README.txt for information along with the example…
»
longtran2904
I need to know the size of all the bitmaps upfront to allocate it first. Can I call GetTextMetrics…
»
Mārtiņš Možeiko
You call GetTextExtentPoint32 on each character individually, not on whole string. Because you nee…
»
Simon Anciaux
There is on Windows and Linux. I'm not saying it's good, but I used it several times and it helpe…
»
Mārtiņš Možeiko
RenderDoc and Nvidia Nsight Graphics. Both work best on GL core profile, compatibility may or may …
»
dmitsuki
Is there any good program for debugging OpenGL? IE getting texture dumps, states, etc from shaders…
»
longtran2904
How can I get the font name to pass in CreateFont? I heard that the name from the font file name d…
»
Mike Tearon
Good afternoon, is there a way to cast xmm registers to struct data types, so that you can interpr…
»
longtran2904
The GetTextExtentPoint32 method calculates the size of the final bitmap for a given string, does i…
»
Mārtiņš Možeiko
There's nothing to call in stb_truetype.h - that just uses whatever memory you pass in. In GDI cas…
»
longtran2904
I have my custom functions to draw text, just need to get all the bitmaps first. What about unload…
»
Mārtiņš Možeiko
Simplest way would be using stb_truetype.h Load font with stbtt_InitFont. Get codepoint metrics wi…
»
longtran2904
Here's what I want to do:Load a fontGenerate all bitmaps of the fontGet the baseline value for eac…
»
Macoy Madson
I agree with you on the selling problem. I've recently heard a strategy that I think is ethical, t…
»
ratchetfreak
I like how this understanding makes working with pointers more succinct: as opposed to Same dea…
»
poe
Whoops, silly typo. Thanks! I think the long descriptive variable names just ended up confusing…
»