Annotation of nono/wx/wxnono.h, revision 1.1.1.2

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2020 nono project
                      4: // Licensed under nono-license.txt
                      5: //
                      6: 
                      7: #pragma once
                      8: 
                      9: #include "header.h"
                     10: #include "object.h"
                     11: #include "wxheader.h"
                     12: 
                     13: // フォント種別というかフォントサイズ。
                     14: // 配列のインデックスとして使うので有効な値を 0 から列挙する。
                     15: enum FontId {
                     16:        None = -1,
                     17:        _6x12 = 0,
                     18:        _8x16,
                     19:        Max,
                     20: };
                     21: #define FONT_6x12      wxSize(6, 12)
                     22: #define FONT_8x16      wxSize(8, 16)
                     23: 
                     24: class WXMainFrame;
                     25: class WXMainView;
                     26: class WXTextScreen;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.