Hi.
When i deploy my project in VS2012 Professional, the content in my game will get generated into .DEPLOY files, however, the ttf files for fonts will not get generated. So im getting an error when i try to install and play my game. (See the Attachments).
Right now in my code, i just write something like
Font arial
= new Font
(@"Content\arial.ttf");Text text
= new Text
("Hello", arial
); Also, in my project, i have deleted the Output path so it will look and load from the bottom of the project.
Everything works fine, its just when i deploy, it will give me an error about the missing ttf file.
I hope somebody knows how to solve it :-)
Thanks