palusi
❔ problem loading json into dynamic object
I have a problem loading a json file into a dynamic object in c#. My problem is that some parameters of the c# file have a "-" in the keyword, such as the "official-artwork" parameter. Under what name can I access it now?
My Code:
14 replies
❔ Questions about uno platform
After I learned how to build apps with wpf i want to lean how to build apps with uno platform. I know have the following questions:
1. How can I change the application icon of my uno app?
2. How can I customize the splash menu for wasm?
3. How can I write System specific xaml and c#?
4. How can I write seperate Ui pages for different systems? For example if the mobile apps should have a different ui than the wasm or windows apps
5. Where can i find the finished build applications to deliver?
6 replies
❔ wpf custom fonts
how can I use custom fonts in my wpf application?
i want to use the Kablammo font from google fonts:
https://fonts.google.com/specimen/Kablammo
I saved the font in my application in a folder named "fonts".
By using this xaml code the font of the text will still have normal font:
can someone help?
4 replies