问题
Can someone tell me what happens if I use a font in my WinForms app that isn't available on the target machine? Does it use a font in the same family, just Sans Serif, or something else?
回答1:
Your application will fallback to Segoe UI, Tahoma, then MS Sans Serif depending on the OS Version.
来源:https://stackoverflow.com/questions/5675709/what-happens-if-i-use-a-font-that-isnt-installed-on-the-client-machine