There are some answers like this which explain how to use PrivateFontCollection
to get the name of font file, but that name is not complete. Each TTF file usually presents one style for that font, and complete name of the ttf file, contains the style name. Windows Font Viewer shows this complete name on its title bar. I want to get this complete name.
For example;
"Lts-B.ttf" // Name of font file
"Lotus" // Name of FontFamily (Which is provided by PrivateFontCollection method)
"Lotus Bold" // Complete name
I want last one.