.NET Framework Class Library

Utils.MapTypeOneFont Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > Utils Class > Utils Methods >

.NET Framework Class Library

Utils.MapTypeOneFont Method

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Shared Function MapTypeOneFont ( _
 trimmedFontName As String, _
 unTrimmedFontName As String _
As String

C#

public static string MapTypeOneFont(
 string trimmedFontName,
 string unTrimmedFontName
)

Visual C++

public:
static StringMapTypeOneFont(
 StringtrimmedFontName,
 StringunTrimmedFontName
)

Parameters

trimmedFontName

Type: System.String

unTrimmedFontName

Type: System.String

See Also

Utils Class

Utils Members

Gnostice.Core Namespace