.NET Framework Class Library

Utils.TrimFontName 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.TrimFontName Method

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Shared Function TrimFontName ( _
 fontName As String, _
 <OutAttributeByRef newFontName As String, _
 ByRef style As FontStyle _
As Boolean

C#

public static bool TrimFontName(
 string fontName,
 out string newFontName,
 ref FontStyle style
)

Visual C++

public:
static bool TrimFontName(
 StringfontName,
 [OutAttributeString^% newFontName,
 FontStylestyle
)

Parameters

fontName

Type: System.String

newFontName

Type: System.String

style

Type: Gnostice.Core.Graphics.FontStyle

See Also

Utils Class

Utils Members

Gnostice.Core Namespace