--- nono/wx/wxtextpanel.h 2026/04/29 17:04:53 1.1.1.5 +++ nono/wx/wxtextpanel.h 2026/04/29 17:04:56 1.1.1.6 @@ -6,7 +6,7 @@ #pragma once -#include "wxheader.h" +#include "wxnono.h" #include // @@ -78,9 +78,9 @@ class WXTextPanel : public wxPanel uint attr = TA::Normal); // 半角1文字を描画 - void DrawChar1(wxDC&, int px, int py, uint code, uint attr); + void DrawChar1(wxDC&, int px, int py, uint code, uint attr = TA::Normal); // 全角1文字を描画 - void DrawChar2(wxDC&, int px, int py, uint code, uint attr); + void DrawChar2(wxDC&, int px, int py, uint code, uint attr = TA::Normal); // 指定の文字ビットマップを描画 void DrawBitmap(wxDC&, int px, int py, const wxBitmap& bitmap);