Table of Contents

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

TTFFileName string

A TrueType font filename name as it used in TextStyles Fontfile property.

TTFdict Dictionary<string, string>

A dictionary previous calculated from GetTTFFileNames() method.

Returns

string

Returns the font name for a specific TTF Font filename.