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