Answer the question
In order to leave comments, you need to log in
Checking if a font exists (c# wf)?
There is a text output:
e.Graphics.DrawString(output, new Font("QUARTZ MS", 14), brush, point);
Answer the question
In order to leave comments, you need to log in
Option 1 - get a list of all fonts in Windows, check for the presence of the required one (google)
Option 2 - try to create the desired one once and determine whether it exists or not, this will work if an exception occurs.
Were these options considered, if so, what is the difficulty?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question