Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 available on the target machine? Does it use a font in the same family, just Sans Serif, or something else?

like image 514
Matt Wilko Avatar asked Apr 15 '11 11:04

Matt Wilko


1 Answers

Your application will fallback to Segoe UI, Tahoma, then MS Sans Serif depending on the OS Version.

like image 87
Martin Avatar answered Sep 30 '22 16:09

Martin