What happens if I use a font that isn't installed on the client machine?
Can someone tell me what happens if I use a font in my WinForms app that isn't av开发者_JAVA百科ailable on the target machine? Does it use a font in the same family, just Sans Serif, or something else?
Your application will fallback to Segoe UI, Tahoma, then MS Sans Serif depending on the OS Version.
精彩评论