lem1802_fontview

Undocumented in source.

Members

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
on_but_next_clicked
void on_but_next_clicked(Event event, Widget widget)

Click over Previus button

on_but_prev_clicked
void on_but_prev_clicked(Event event, Widget widget)

Click over Previus button

on_mnu_about_activate
void on_mnu_about_activate(Event event, Widget widget)

Show About dialog

on_mnu_exit_activate
void on_mnu_exit_activate(Event event, Widget widget)

Close the App when it's clicked menu exit option

on_mnu_new_activate
void on_mnu_new_activate(Event event, Widget widget)

Reset all data (new font)

on_mnu_open_activate
void on_mnu_open_activate(Event event, Widget widget)

Show the Open file Dialog and try to load it

on_mnu_saveas_activate
void on_mnu_saveas_activate(Event event, Widget widget)

Show the Save file Dialog and try to save it

update_editor
void update_editor()

Update the state of the editor buttons

update_glyph_lbl
void update_glyph_lbl()

Updates binary, hex and decimal representation of selected glyph

Manifest constants

CELL_HEIGHT
enum CELL_HEIGHT;
Undocumented in source.
CELL_WIDTH
enum CELL_WIDTH;
Undocumented in source.
FONT_GLYPHS
enum FONT_GLYPHS;
Undocumented in source.
G_HEIGHT
enum G_HEIGHT;
Undocumented in source.
G_WIDTH
enum G_WIDTH;
Undocumented in source.
RECT_SIZE
enum RECT_SIZE;
Undocumented in source.

Variables

MATRIX_HEIGHT
enum uint MATRIX_HEIGHT;
Undocumented in source.
MATRIX_WIDTH
enum uint MATRIX_WIDTH;
Undocumented in source.
dwa
DrawingArea dwa;
Undocumented in source.
file_size
size_t file_size;
Undocumented in source.
filename
string filename;
Undocumented in source.
font
ushort[256] font;
Undocumented in source.
glyph_editor
DrawingArea glyph_editor;
Undocumented in source.
lbl_bin
Label lbl_bin;
Undocumented in source.
lbl_dec
Label lbl_dec;
Undocumented in source.
lbl_hex
Label lbl_hex;
Undocumented in source.
lbl_pos
Label lbl_pos;
Undocumented in source.
mainwin
Window mainwin;
Undocumented in source.
min_height
enum double min_height;
Undocumented in source.
min_width
enum double min_width;
Undocumented in source.
selected
size_t selected;
Undocumented in source.
type
TypeHexFile type;
Undocumented in source.
win_about
AboutDialog win_about;
Undocumented in source.

Meta