Text: revisada la classe

window_message: correcions
This commit is contained in:
2025-08-07 12:40:24 +02:00
parent 49145905e3
commit 100b7265d5
24 changed files with 467 additions and 444 deletions

View File

@@ -7,8 +7,7 @@
#include <vector>
#include "color.h"
class Text;
#include "text.h"
class WindowMessage {
public:
@@ -76,6 +75,10 @@ class WindowMessage {
Color border_color_;
Color title_color_;
Color text_color_;
// Estilos
Text::Style title_style_;
Text::Style text_style_;
// Métodos privados
void calculateAutoSize();