C# Class NScumm.Scumm.Graphics.CharsetRendererCommon

Inheritance: CharsetRenderer
Show file Open project: scemino/nscumm

Protected Properties

Property Type Description
_bytesPerPixel int
_enableShadow bool
_fontHeight int
_fontPos int
_fontPtr byte[]
_shadowColor byte
_shadowMode bool

Public Methods

Method Description
GetFontHeight ( ) : int
SetCurID ( int id ) : void

Protected Methods

Method Description
CharsetRendererCommon ( ScummEngine vm ) : System

Method Details

CharsetRendererCommon() protected method

protected CharsetRendererCommon ( ScummEngine vm ) : System
vm ScummEngine
return System

GetFontHeight() public method

public GetFontHeight ( ) : int
return int

SetCurID() public method

public SetCurID ( int id ) : void
id int
return void

Property Details

_bytesPerPixel protected property

protected int _bytesPerPixel
return int

_enableShadow protected property

protected bool _enableShadow
return bool

_fontHeight protected property

protected int _fontHeight
return int

_fontPos protected property

protected int _fontPos
return int

_fontPtr protected property

protected byte[] _fontPtr
return byte[]

_shadowColor protected property

protected byte _shadowColor
return byte

_shadowMode protected property

protected bool _shadowMode
return bool