Creates a deobfuscated font stream from the specified source using given font filename.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static DeobfuscatedFontStream Create(
	Stream source,
	string fontFileName
)
Visual Basic
Public Shared Function Create ( _
	source As Stream, _
	fontFileName As String _
) As DeobfuscatedFontStream
Visual C++
public:
static DeobfuscatedFontStream^ Create(
	Stream^ source, 
	String^ fontFileName
)

Parameters

source
Type: System.IO..::..Stream
The source.
fontFileName
Type: System..::..String
Name of the font file.

Return Value

The created font stream instance.

See Also