戈多

Results 8 comments of 戈多

Visual Studio 2022, msvc 19.30.30705, backward-cpp 1.6 ,too. And for first example,it will print "Moudle Not Found".(Seem from WIN32 API)

对于已知类型,可以使用 ```c++ optional ret_boolean = j["boolean"].get_boolean(); optional ret_string = j["string"].get_string(); optional ret_number = j["number"].get_number(); ``` 这样可以获取更高的确定性和可读性 如果你想使用泛型,可以用 ```c++ std::variant ret_unknow_type = j["unknow type"].get_vulan(); ``` 这同样是来自标准库的方法

Check my fork:https://github.com/mingmoe/Mingmoe.Demystifier?tab=readme-ov-file You can use the formatted string like ```C# string msg = exception.ToColoredStringDemystified(); ``` And it won't change anything of the exception.

Harfbuzz and freetype is the base of the font rendering in linux.And they does not need many platform features. So whether the bind work depends on LWJGL,not harfbuzz or freetype....

I make the harfbuzz(rendered by freetype) work in java,using LWJGL-harfbuzz-and-freetype binding. But I still need to take some time to transfer it to libgdx. ![image](https://github.com/libgdx/libgdx/assets/68525838/afaebbf4-6e54-4bc1-86d1-d0e66b7d074e) ![}7%I8QHS2LA4K{VT7 3Q1JO](https://github.com/libgdx/libgdx/assets/68525838/f1c3aa27-dfdf-4a1b-834f-3f28de566597) (Above are Fira...

The typo was fixed in my fork https://github.com/mingmoe/Mingmoe.Demystifier And there are new features.

@bruno-garcia I have only made exception.Demystify() return colored output and fix some small bugs(like typo),no any functional enhance.

And why not publish it as a nuget package for a more universal use? I can quite help doing this.