1 #ifndef CHARACTERWIDTH_H
2 #define CHARACTERWIDTH_H
3 
4 #include <QtGlobal>
5 
6 int characterWidth(uint ucs4);
7 
8 #endif
9