开发者

c# include personal font into program

开发者 https://www.devze.com 2023-03-20 03:24 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消