I am developing a ClickOnce winforms application, through visual studio 2017, and the main fonts used are Century Gothic and Segoe UI. The Segoe UI shows fine on most client PCs, however, Century Gothic only shows on those that also have Microsoft Office programs installed as it is included in them applications.
How can I include the font file in the ClickOnce application so that the user can download the font if they don't have it?
I have seen some answers that show how to access font from resource file, however this involves programmatically setting the font of each item. As I have designed my GUI through the designer, I would prefer to install the font onto the client's PC the first time if they don't have it.
Thanks!
question from:
https://stackoverflow.com/questions/65837133/include-font-file-in-clickonce-application 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…