47 #ifndef CHARACTERWIDGET_H
48 #define CHARACTERWIDGET_H
68 QSize sizeHint()
const;
74 void updateFont(
const QFont &font );
75 void updateSize(
double fontSize );
76 void updateStyle(
const QString &fontStyle );
77 void updateFontMerging(
bool enable );
78 void updateColumns(
int cols );
81 void characterSelected(
const QChar &character );
84 void mouseMoveEvent( QMouseEvent *event );
85 void mousePressEvent( QMouseEvent *event );
86 void paintEvent( QPaintEvent *event );