installing custom font .ttf on windows 10 iot device

柔情痞子 提交于 2019-12-12 04:36:36

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!