--- nono/wx/wxtextpanel.h 2026/04/29 17:05:27 1.1.1.9 +++ nono/wx/wxtextpanel.h 2026/04/29 17:05:58 1.1.1.10 @@ -40,7 +40,6 @@ class WXTextPanel : public WXBitmapPanel int GetFontWidth() const { return font_width; } int GetFontHeight() const { return font_height; } - protected: // テキスト色を指定 void ResetTextColor(); void SetTextColor(Color fg, Color bg); @@ -62,6 +61,7 @@ class WXTextPanel : public WXBitmapPanel // 全角1文字を描画 void DrawChar2(int px, int py, uint code, uint attr = TA::Normal); + protected: // フォントサイズ int font_width {}; int font_height {};