Vladimir Gamalyan
Vladimir Gamalyan
Not sure if it is almost corect code, but I used it for my pet project. ``` d import botan.block.aes; import botan.libstate.lookup; const int AES256_KEY_LEN = 32; const int AES256_BLOCK_LEN...
Update the code with your suggestions, thanks a lot!
one another alternative: https://github.com/onqtam/doctest
For simple cases it would be very useful to have required options (like `boost::program_options::value()->required()`). At least it allows to drop annoying checks for an every required option. Of course, for...
Thank you! I still try to get it to work as it should and if nothing works, then it will be a reasonable fix.
Hi! Thank you! All this features (except SDF fonts, where I don't have experience yet) actually are in my future plans. I don't have enough time now (too busy at...
Hi! Thank you! Nice catch! I've reproduced the issue with the same result. It seems like FreeType goes to a weird state after rendering some glyphs when using own autohinter...
It looks like there a some bug in FreeType version < 2.11. I've updated github build actions and AppVeyor scripts to use a fresh FreeType version. The last [release](https://github.com/vladimirgamalyan/fontbm/releases/tag/v0.4.7) works...
Sorry for late. I come back to this issue from time to time, but I can't figure out how to fix it better yet. I don't want to just hide...
Well, in most cases, it's reasonable to show a confirmation popup. However, sometimes when you need to take a lot of shots to the clipboard (and then paste, for example,...