47 #ifndef CHARACTERWIDGET_H    48 #define CHARACTERWIDGET_H    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 );
    79     void setCharacter( 
QChar character );
    82     void characterSelected( 
QChar character );