问题
Installing custom fonts (.ttf) to windows 10 ioT device(Raspberry pi 3) . Im working on UWP app that renders the font from weathericons-regular-webfont.ttf. Initially I had to install the .ttf file in my computer in order to render these specific fonts.
I had tried adding the .ttf file to my project but when deploying the app im not able to see the app's folder on the IOT device. Even if the .ttf was placed on the app folder i believe it needs to be installed separately.
回答1:
the way to use custom fonts on UWP apps is to link them properly. Here is the step by step tutorial on how to do so enter link description here
来源:https://stackoverflow.com/questions/46185389/installing-custom-font-ttf-on-windows-10-iot-device