Method GetTTFFontName
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
GetTTFFontName(string, Dictionary<string, string>)
Returns the font name for a specific TTF Filename.
public static string GetTTFFontName(string TTFFileName, Dictionary<string, string> TTFdict)
Parameters
TTFFileNamestringA TrueType font filename name as it used in TextStyles Fontfile property.
TTFdictDictionary<string, string>A dictionary previous calculated from GetTTFFileNames() method.
Returns
- string
Returns the font name for a specific TTF Font filename.