Snippet des Tages
C# - Fonts Verzeichnis finden unter Vista oder Windows XP
How to get the Fonts directory
someone told me I could use GetEnvironmentVariable like this:
string fontDir = Environment.GetEnvironmentVariable("windir") + @"\Fonts";
the two drawbacks are that it relies on the ..
Snippets - alle Sprachen (Seite 1/101)