문제

I used a TTF font installed in my pc in a windows phone xna game.(as this) As the font is already installed in pc, it works perfectly on the emulator. As I didn't import the font in to the project, I am not quite sure will it work on devices.

Can anyone tell me will it work fine in the devices? Did I do it in the correct way?

도움이 되었습니까?

해결책

The XNA content pipeline generates a sprite font at build time and packages it with your game. The original TrueType font doesn't need to be installed on the phone.

Of course, the best way to be sure is get an actual Windows Phone device and try it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top