P
P
PsyShits2017-04-06 11:50:17
.NET
PsyShits, 2017-04-06 11:50:17

How to get font options?

How to get the parameters of a particular font? For example, its styles, language support, etc.
I get available fonts by iterating over the collection:

InstalledFontCollection insFont = new InstalledFontCollection();
FontFamily[] families = insFont.Families;
     foreach (FontFamily family in families)
     {
          //          
     }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question