Метод | Описание | |
---|---|---|
CFontCharSet ( ) : System |
Constructor
|
|
Clear ( ) : void |
Completely wipes the font clear
|
|
DumpToAssembly ( string _filename ) : bool |
Dump font/character map to assembly file.
|
|
ImportFromDCPU ( |
Import font from a CURRENTLY RUNNING dcpu! I figure this'll be really handy for some people.
|
|
ImportFromImage ( string _fileName, string &_error ) : bool |
Import from Image file
|
|
Load ( string _filename ) : bool |
Load our Font character set from disk
|
|
Save ( ) : bool |
Save our character set to disk
|
|
Save ( string _filename ) : bool |
Save our character set to disk
|
Метод | Описание | |
---|---|---|
ReadHeader ( |
Reads our special character map header, if anyting doesn't match we'll throw an IO Exception
|
|
WriteHeader ( |
Write character map header file
|
public DumpToAssembly ( string _filename ) : bool | ||
_filename | string | |
Результат | bool |
public ImportFromDCPU ( |
||
_dcpu | dpu-16 reference | |
Результат | void |
public ImportFromImage ( string _fileName, string &_error ) : bool | ||
_fileName | string | |
_error | string | |
Результат | bool |