我今天來到這裏,再次談論同一個問題......我無法找到任何一個帖子或問題,我都可以看到,或者回答我得到的。Xamarin Forms - UWP字體
如何使用UWP工作自定義字體?
我紅了教程,說實話,我想我知道它是一個知道是***詩的孩子!
我嘗試了這麼多,但沒有工作......
font = "/Assets/Fonts/Roboto-Light.ttf#Roboto Light";
font = @"\Assets\Fonts\Roboto-Light.ttf#Roboto Light";
font = "./Assets/Fonts/Roboto-Light.ttf#Roboto Light";
font = @".\Assets\Fonts\Roboto-Light.ttf#Roboto Light";
font = "/Fonts/Roboto-Light.ttf#Roboto Light";
font = @"\Fonts\Roboto-Light.ttf#Roboto Light";
的可能的複製(http://stackoverflow.com/questions/23971356/how-to-use- a-custom-font-with-windows-universal-app) – Bart
我這麼認爲,我會試試看,謝謝! :) – Emixam23