-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanvasFontSet throws in Unpackaged apps #891
Comments
I have the same issue when loading Font file (with unpackaged app WinApp SDK 1.2) |
It looks like it's a bug in the SDK when you try to use resources or content via ms-appx:/// I tried many possible options, specified the absolute path to the file, but ABI.System.Uri.СreateMarshaller(...) throws an exception. As soon as you make the application packaged, everything works. |
@mattleibow This looks fixed. Can you close this issue? |
This was fixed. Thanks! |
Hi Was this actually fixed ? I still have the issue here with .NET 7 and WinAppSDK (1.5.240428000) |
Description
I am trying to load a font in an unpackaged app:
This results in an exception:
Related Issues
Version Information
Reproduction Sample
App8.zip
The text was updated successfully, but these errors were encountered: