Initializes a new instance of the GlyphTypefaceLocalized class.

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

Syntax

C#
public GlyphTypefaceLocalized(
	GlyphTypeface source,
	int lcid
)
Visual Basic
Public Sub New ( _
	source As GlyphTypeface, _
	lcid As Integer _
)
Visual C++
public:
GlyphTypefaceLocalized(
	GlyphTypeface^ source, 
	int lcid
)

Parameters

source
Type: FirstFloor.Documents.Fonts..::..GlyphTypeface
The typeface source.
lcid
Type: System..::..Int32
The culture identifier.

See Also