| .NET DotNet Forum Index » Visual C# Forum » Using a Font... |
|
Page 1 of 1 |
|
| Author |
Message |
| Alberto... |
Posted: Wed Oct 28, 2009 3:24 pm |
|
|
|
Guest
|
What happens if you use a font in your application and the computer where it
runs finally doesn't have this font installed?
Thank you |
|
|
| Back to top |
|
|
|
| Jeff Johnson... |
Posted: Wed Oct 28, 2009 3:35 pm |
|
|
|
Guest
|
"Alberto" <alberto at (no spam) nospam.es> wrote in message
news:C2174EE2-5A93-4EB3-A8F9-BCD8BFDE8406 at (no spam) microsoft.com...
Quote: What happens if you use a font in your application and the computer where
it runs finally doesn't have this font installed?
Windows will substitute a font based on how much information you've provided
about the font you were trying to use (like whether it's proportional,
serif, etc.). It tries to make a good guess. |
|
|
| Back to top |
|
|
|
| Scott M.... |
Posted: Wed Oct 28, 2009 3:36 pm |
|
|
|
Guest
|
"Alberto" <alberto at (no spam) nospam.es> wrote in message
news:C2174EE2-5A93-4EB3-A8F9-BCD8BFDE8406 at (no spam) microsoft.com...
Quote: What happens if you use a font in your application and the computer where
it runs finally doesn't have this font installed?
Thank you
Then the client won't see your font.
However, you can package the font up as an embedded resource and have your
program installer install the font as part of the program.
-Scott |
|
|
| Back to top |
|
|
|
|