Table of Contents

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

TTFFontName string

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

TTFdict Dictionary<string, string>

A dictionary previous calculated from GetTTFFileNames() method.

Returns

string

Returns the font file for a specific TTF Font name.