Свойство | Type | Description | |
---|---|---|---|
_bpp | byte | ||
_charBuffer | byte[] | ||
_chars | NutChar[] | ||
_decodedData | byte[] | ||
_maxCharSize | int | ||
_numChars | int | ||
_palette | byte[] | ||
_paletteMap | byte[] | ||
_vm | ScummEngine |
Méthode | Description | |
---|---|---|
Codec1 ( byte dst, int dstPos, byte src, int srcfOffset, int width, int height, int pitch ) : void | ||
Codec21 ( byte dst, int dstPos, byte src, int srcPos, int width, int height, int pitch ) : void | ||
Draw2byte ( |
||
DrawChar ( |
||
DrawFrame ( byte dst, int c, int x, int y ) : void | ||
GetCharHeight ( char c ) : int | ||
GetCharWidth ( char c ) : int | ||
LoadFont ( string filename ) : void | ||
NutRenderer ( ScummEngine vm, string filename ) : System |
Méthode | Description | |
---|---|---|
UnpackChar ( char c ) : byte[] |
public Codec1 ( byte dst, int dstPos, byte src, int srcfOffset, int width, int height, int pitch ) : void | ||
dst | byte | |
dstPos | int | |
src | byte | |
srcfOffset | int | |
width | int | |
height | int | |
pitch | int | |
Résultat | void |
public Codec21 ( byte dst, int dstPos, byte src, int srcPos, int width, int height, int pitch ) : void | ||
dst | byte | |
dstPos | int | |
src | byte | |
srcPos | int | |
width | int | |
height | int | |
pitch | int | |
Résultat | void |
public Draw2byte ( |
||
s | ||
c | int | |
x | int | |
y | int | |
color | byte | |
Résultat | void |
public DrawChar ( |
||
dst | ||
c | char | |
x | int | |
y | int | |
color | byte | |
Résultat | void |
public DrawFrame ( byte dst, int c, int x, int y ) : void | ||
dst | byte | |
c | int | |
x | int | |
y | int | |
Résultat | void |
public NutRenderer ( ScummEngine vm, string filename ) : System | ||
vm | ScummEngine | |
filename | string | |
Résultat | System |