Hey guys, I just wanna know if and, if so how, it’s possible to build .spritefont files with custom .ttf files, using the Content Pipeline in MonoGame? I already know how to make a .spritefont, but doesn’t that require the user to have that font installed on his system? Or does the .xnb file, once I bulid it, copy and contain all the .ttf data, as if it was its own .ttf file? What if I want to use some obscure font type, or even one I make myself?
(In other words, I don’t mind having to install the .ttf on my system in order to build the .xnb file, but I don’t want the end user to have to have it on his system in order to use the .xnb file.)
I guess my real question is, once you’ve built an .xnb file, will that single file be the ONLY dependency that your program will have (in terms of getting the specific asset data)? And is that true regardless of what file format you built it from?
Thanks for any input.