You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use NuklearDotNet (with SFML.NET) but keep running into the same issue.
Font's just aren't rendering correctly. I can check the image that my SfmlDevice is getting for the font, and I know its getting the right image (default font, same as the examples) but its never rendering them correctly.
In my case, I think its due to trying to use NuklearDotNet with .NET Core instead of .NET Framework. I've gone so far as to make a replacement NuklearDotNet project thats based in .NET Core but even still, the issue persists. Does anyone know why this might occur? I don't get the issues in the example projects, its only when trying to work with .NET Core
The text was updated successfully, but these errors were encountered:
Hello,
I've been trying to use NuklearDotNet (with SFML.NET) but keep running into the same issue.
Font's just aren't rendering correctly. I can check the image that my SfmlDevice is getting for the font, and I know its getting the right image (default font, same as the examples) but its never rendering them correctly.
In my case, I think its due to trying to use NuklearDotNet with .NET Core instead of .NET Framework. I've gone so far as to make a replacement NuklearDotNet project thats based in .NET Core but even still, the issue persists. Does anyone know why this might occur? I don't get the issues in the example projects, its only when trying to work with .NET Core
The text was updated successfully, but these errors were encountered: