c# include personal font into program
In my application written in c# I use for the UI components a personal font that i开发者_StackOverflow社区s not present in the standard installations of windows.
I wish include the font into the program, to show the font correct in all the pc where the program runs, but I wish avoid to install the font in the windows\fonts folder, to avoid the use of the font for other things... it's possible this?
thanks in advance
Look at PrivateFontCollection
加载中,请稍侯......
精彩评论