Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question