TextConverter Constructor Delta Engine Documentation
Initializes a new instance of the TextConverter class

Namespace: DeltaEngine.Rendering2D.Fonts
Assembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public TextConverter(
	Dictionary<char, Glyph> glyphDictionary,
	int pixelLineHeight
)

Parameters

glyphDictionary
Type: System.Collections.Generic Dictionary Char, Glyph 
pixelLineHeight
Type: System Int32
See Also