C# Class NScumm.Scumm.Graphics.CharsetRendererTowns3

Inheritance: CharsetRenderer3
Show file Open project: scemino/nscumm

Public Methods

Method Description
CharsetRendererTowns3 ( ScummEngine vm ) : System.IO
GetCharWidth ( int chr ) : int
GetFontHeight ( ) : int

Protected Methods

Method Description
DrawBits1 ( Surface dest, int x, int y, BinaryReader src, int drawTop, int width, int height ) : void
EnableShadow ( bool enable ) : void
GetDrawHeightIntern ( int chr ) : int
GetDrawWidthIntern ( int chr ) : int
SetDrawCharIntern ( int chr ) : void

Method Details

CharsetRendererTowns3() public method

public CharsetRendererTowns3 ( ScummEngine vm ) : System.IO
vm ScummEngine
return System.IO

DrawBits1() protected method

protected DrawBits1 ( Surface dest, int x, int y, BinaryReader src, int drawTop, int width, int height ) : void
dest NScumm.Core.Graphics.Surface
x int
y int
src System.IO.BinaryReader
drawTop int
width int
height int
return void

EnableShadow() protected method

protected EnableShadow ( bool enable ) : void
enable bool
return void

GetCharWidth() public method

public GetCharWidth ( int chr ) : int
chr int
return int

GetDrawHeightIntern() protected method

protected GetDrawHeightIntern ( int chr ) : int
chr int
return int

GetDrawWidthIntern() protected method

protected GetDrawWidthIntern ( int chr ) : int
chr int
return int

GetFontHeight() public method

public GetFontHeight ( ) : int
return int

SetDrawCharIntern() protected method

protected SetDrawCharIntern ( int chr ) : void
chr int
return void