Load fonts from file on a C# application

后端 未结 2 985
旧巷少年郎
旧巷少年郎 2020-12-03 05:02

I wish to load and use a font to a desktop application in C#. It\'s that possible without installing the font on the system?

It\'s a kind of question like this but n

2条回答
  •  离开以前
    2020-12-03 05:47

    Load a font from disk, stream or byte array

    Try this...

    The blog describes how to use the FontCollection classes.

提交回复
热议问题