Zorro
Zorro
I tested this on my Windows 10 laptop. It's got an integrated Intel HD 5600 and an NVIDIA GeForce GTX 965M. Intel DX Fullscreen - No Multisampling, no flicker Intel...
Don't suppose DX is smart enough to have a debugging callback function....
There's a failure chain it goes through when a format fails to succeed. https://github.com/liballeg/allegro5/blob/master/src/win/d3d_disp.cpp#L814-L839
Well I just broke Visual Studio beyond repair by getting it stuck in an update loop where I need to download 22 GB of crapware just to get it to...
I was going to implement something similar in my GUI library, but decided it was actually much easier to just load separate fonts for bold / italic / etc... But...
One caveat - individual fonts are tailored to work specifically for italic or bold fonts. Using transforms and drawing tricks is not always sufficient to get a proper appearance to...
How do you plan to implement bold styles? You can't just underdraw a shadow of the text at a larger font - it messes with the spacing. Does Freetype2 have...
Yeah, it would be hard to implement non-cached drawing of glyphs. Maybe someday I'll get around to it. But not anytime soon. Got a lot on my own plate. Thanks...
Read the example allegro5.cfg file that comes with allegro. It tells you what is what. There is also this : https://github.com/liballeg/allegro_wiki/wiki/Debugging-and-logging-with-A5 . Those D 'debug' warnings are freetype and allegro...
Attach your .cbp file or check your link commands to make sure you're not still linking the dynamic dll archive. You want to link ONLY the static monolith for allegro...